mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
fix disk mount
This commit is contained in:
parent
a38010b900
commit
e8abbcf516
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
fileSystems."/home/jopejoe1/Public/games" = {
|
fileSystems."/home/jopejoe1/Public/games" = {
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
fsType = "bcachefs";
|
fsType = "bcachefs";
|
||||||
options = [ "compression=zstd" ];
|
options = [ "compression=zstd" "nofail" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||||
|
|
Loading…
Add table
Reference in a new issue