mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
format
This commit is contained in:
parent
dc2a4e7512
commit
dd6c19315c
3 changed files with 11 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue