ma snapraid module: fix warning about string

This commit is contained in:
makefu 2020-11-18 23:21:06 +01:00
parent 7e45d94440
commit 29ca1951b7

View file

@ -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.