From 16d2c2e23d2b5d5f75b820285aa038a4d15342cc Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 15 Nov 2022 15:48:15 +0100 Subject: lib.host: add consul option --- lib/types.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/types.nix') diff --git a/lib/types.nix b/lib/types.nix index f312b73..0e0e093 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -58,6 +58,14 @@ rec { default = false; }; + consul = mkOption { + description = '' + Whether the host is a member of the global consul network + ''; + type = bool; + default = false; + }; + owner = mkOption { type = user; }; -- cgit v1.2.3