From 7ec575267cb7d8e7f6636911ececddccac062ab6 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 29 Jan 2022 23:45:55 +0100 Subject: tinc.extraConfig: str -> lines --- krebs/3modules/tinc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/3modules/tinc.nix') diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index 4a54d295..31371af5 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -48,7 +48,7 @@ with import ; }; extraConfig = mkOption { - type = types.str; + type = types.lines; default = ""; description = '' Extra Configuration to be appended to tinc.conf -- cgit v1.2.3