From 46f400caea4e96920b9c8b539bcb8a9e2dffe677 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 27 Jul 2017 19:44:18 +0200 Subject: types hosts: set default managed to false --- lib/types.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 { -- cgit v1.2.3