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