Some more type cleanup
This commit is contained in:
@@ -121,7 +121,7 @@ in
|
||||
boot.supportedFilesystems = mkOption {
|
||||
default = [ ];
|
||||
example = [ "btrfs" ];
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.str;
|
||||
description = "Names of supported filesystem types.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user