ma snapraid module: fix warning about string

This commit is contained in:
makefu 2020-11-18 23:21:06 +01:00
parent f4ea172e1f
commit 6a8a7781bc
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 1 additions and 1 deletions

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.