From 6a8a7781bcbeeee23354e7caaeb8ecd80fc00218 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 18 Nov 2020 23:21:06 +0100 Subject: ma snapraid module: fix warning about string --- makefu/3modules/snapraid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/3modules') diff --git a/makefu/3modules/snapraid.nix b/makefu/3modules/snapraid.nix index 9c785478..1a2c0847 100644 --- a/makefu/3modules/snapraid.nix +++ b/makefu/3modules/snapraid.nix @@ -86,7 +86,7 @@ let ''; }; extraConfig = mkOption { - type = types.string; + type = types.lines; default = ""; description = '' Extra configuration to be appended to the snapraid conf file. -- cgit v1.2.3