diff options
author | tv <tv@krebsco.de> | 2018-12-07 13:20:49 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-07 13:20:49 +0100 |
commit | 438089810a9fbc9b4fe06bfd36813e686021a213 (patch) | |
tree | 4e618194c6cdf1220f19cae2990f609d41766eeb /lib/types.nix | |
parent | 8a425161078af36d4bbc3af7a866af05cdfdcb29 (diff) | |
parent | 66bcaa6e1bcaa34cc29776fb41f343e696e09fd6 (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lib/types.nix')
-rw-r--r-- | lib/types.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.nix b/lib/types.nix index 0168533..41e7515 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -19,7 +19,7 @@ rec { default = config._module.args.name; }; cores = mkOption { - type = positive; + type = uint; }; nets = mkOption { type = attrsOf net; |