From 9597300c4dc47c32fb2a8ec86e8e91657b78cc07 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 29 Jan 2022 20:50:32 +0100 Subject: types.tinc.extraConfig: str -> lines --- lib/types.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/types.nix b/lib/types.nix index 318e2f237..f312b734b 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -7,7 +7,7 @@ let mkOptionType optional optionalAttrs optionals range splitString stringLength substring test testString typeOf; inherit (lib.types) - attrsOf bool either enum int listOf nullOr path str submodule; + attrsOf bool either enum int lines listOf nullOr path str submodule; in rec { @@ -211,7 +211,7 @@ rec { extraConfig = mkOption { description = "Extra Configuration to be appended to the hosts file"; default = ""; - type = str; + type = lines; }; port = mkOption { type = int; -- cgit v1.2.3