summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/types.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types.nix b/lib/types.nix
index f9ec7b1c..236190cc 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 {