diff options
author | lassulus <lassulus@lassul.us> | 2017-07-27 19:44:18 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-27 19:44:18 +0200 |
commit | 46f400caea4e96920b9c8b539bcb8a9e2dffe677 (patch) | |
tree | 08b2cc39cc77064012ac5fbc6d42483b8c93b8e1 /lib/types.nix | |
parent | 1c659508ae476ada65982ff06f34e1d3ccf8ca7d (diff) |
types hosts: set default managed to false
Diffstat (limited to 'lib/types.nix')
-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 { |