summaryrefslogtreecommitdiffstats
path: root/lib/types.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-27 19:44:18 +0200
committerlassulus <lassulus@lassul.us>2017-07-27 19:44:18 +0200
commit7f7be8b1506760de033a42ce45c9ff78028ecad0 (patch)
tree436890bb17160db8b53d8c6f682e55a8278b23f2 /lib/types.nix
parent89b2aa99fbef95221df9e91e782f0006a231b517 (diff)
types hosts: set default managed to false
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix1
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 {