mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
un comment games
This commit is contained in:
parent
0f59a944bd
commit
2a16b65f31
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue