fix disk mount

This commit is contained in:
jopejoe1 2025-01-12 19:07:34 +01:00
parent a38010b900
commit e8abbcf516

View file

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