ma snapraid module: fix warning about string
This commit is contained in:
parent
f4ea172e1f
commit
6a8a7781bc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user