types hosts: set default managed to false

This commit is contained in:
lassulus 2017-07-27 19:44:18 +02:00
parent 1c659508ae
commit 46f400caea

View File

@ -36,6 +36,7 @@ rec {
If true, then the host's configuration is defined in stockholm.
'';
type = bool;
default = false;
};
owner = mkOption {