diff options
author | makefu <github@syntax-fehler.de> | 2017-06-01 10:08:56 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-01 10:08:56 +0200 |
commit | f4daa30033313221303ebc7a2e4aeb83a090987e (patch) | |
tree | 35c1e003dccef2d11cf945b60522b456ae878aba /lib | |
parent | a19e4c630d187de61ccc12832ebf5e251204c315 (diff) | |
parent | ee5fdf7a55b517afcf9cdc1223a4d212592ab9a2 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/types.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/types.nix b/lib/types.nix index 30de5e1..530cd1e 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -31,6 +31,13 @@ rec { default = null; }; + managed = mkOption { + description = '' + If true, then the host's configuration is defined in stockholm. + ''; + type = bool; + }; + owner = mkOption { type = user; }; |