diff options
author | tv <tv@krebsco.de> | 2017-07-27 20:43:34 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-27 20:43:34 +0200 |
commit | 904b78d7352ddddcc514f325f8bc1e447a4c05ff (patch) | |
tree | 9436bfd0d04bdf84386d5d7399fe6adf13fb9a04 /lib | |
parent | 252d45d212ad0b67336636914a721eb08b5df1c3 (diff) | |
parent | 9e0a791281c216b150e4c35a5d4011353237ddfd (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/types.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types.nix b/lib/types.nix index f9ec7b1c3..236190ccd 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -36,6 +36,7 @@ rec { If true, then the host's configuration is defined in stockholm. ''; type = bool; + default = false; }; owner = mkOption { |