This commit is contained in:
Aaron Bieber 2022-09-07 10:23:45 -06:00
parent 7d8ebe4e6e
commit 8f4849f963
No known key found for this signature in database

View File

@ -22,8 +22,7 @@
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices = [{ device = "/dev/disk/by-label/swap"; }];
[{ device = "/dev/disk/by-label/swap"; }];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware = { hardware = {