This commit is contained in:
jopejoe1 2025-03-29 14:27:04 +01:00
parent dc2a4e7512
commit dd6c19315c
3 changed files with 11 additions and 7 deletions

View file

@ -12,7 +12,10 @@
fileSystems."/home/jopejoe1/Public/games" = {
device = "/dev/sda";
fsType = "bcachefs";
options = [ "compression=zstd" "nofail" ];
options = [
"compression=zstd"
"nofail"
];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";