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 | 2b97d6f9b2ea20d30d9a543579d532c37823fc88 (patch) | |
tree | f418c47528bdf6f546a215c6b2d1d4b90813e5d1 | |
parent | 43dc949175dc2d18492327a31b924882cebbe770 (diff) | |
parent | 7f7be8b1506760de033a42ce45c9ff78028ecad0 (diff) |
Merge remote-tracking branch 'prism/master'
-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 f9ec7b1..236190c 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 { |