type = with types; listOf str;

This commit is contained in:
Andrew Kidd 2025-01-03 23:05:11 +00:00
parent 8a470a4efd
commit ff87aaa6c9

View file

@ -77,7 +77,7 @@ in
}; };
nfsOptions = mkOption { nfsOptions = mkOption {
type = listOf types.str; type = with types; listOf str;
default = [ default = [
"nolock" "nolock"
"rw" "rw"