user updates
This commit is contained in:
@@ -4,7 +4,10 @@ with lib;
|
||||
options.${namespace}.hardware.disko = {
|
||||
enable = mkEnableOption "enable disko";
|
||||
filesystem = mkOption {
|
||||
type = types.enum [ "bcachefs" "btrfs" ];
|
||||
type = types.enum [
|
||||
"bcachefs"
|
||||
"btrfs"
|
||||
];
|
||||
default = "btrfs";
|
||||
description = "Filesystem to use for the root partition";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user