mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +01:00
Fix another typo
This commit is contained in:
parent
432676e271
commit
2c4e1b5d7f
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@
|
||||||
|
|
||||||
#nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
#nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
hardware.enableRedistrubutableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue