summaryrefslogtreecommitdiffstats
path: root/lib/types.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-07 13:20:49 +0100
committertv <tv@krebsco.de>2018-12-07 13:20:49 +0100
commit438089810a9fbc9b4fe06bfd36813e686021a213 (patch)
tree4e618194c6cdf1220f19cae2990f609d41766eeb /lib/types.nix
parent8a425161078af36d4bbc3af7a866af05cdfdcb29 (diff)
parent66bcaa6e1bcaa34cc29776fb41f343e696e09fd6 (diff)
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix2
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;