From 0901d6e6f8e5357cd06b0d6832bdbde6251b7de3 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 19 May 2017 00:24:52 +0200 Subject: lib/types: add managed bool to host type --- lib/types.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/types.nix b/lib/types.nix index 30de5e17..530cd1e6 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; }; -- cgit v1.2.3