un comment games

This commit is contained in:
jopejoe1 2024-11-24 00:27:23 +01:00
parent 0f59a944bd
commit 2a16b65f31

View file

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