Compare commits
No commits in common. "99f2ef62a36468778385f969294edd369e6bd828" and "9b2320b2a4f652e42e27a084b3b70f8a2b783b2d" have entirely different histories.
99f2ef62a3
...
9b2320b2a4
|
@ -48,23 +48,9 @@ in {
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/swap" = {
|
swapDevices = [];
|
||||||
device = "/dev/disk/by-uuid/6395cef1-c30b-450a-917c-cfb3c0380642";
|
|
||||||
fsType = "btrfs";
|
|
||||||
options = ["subvol=@swap" "compress=zstd" "noatime"];
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices = [
|
|
||||||
{
|
|
||||||
device = "/swap/swapfile";
|
|
||||||
size = 1024 * 8; # half of RAM size
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = mkDefault "powersave";
|
||||||
|
|
||||||
hardware = {
|
hardware.enableRedistributableFirmware = true;
|
||||||
enableRedistributableFirmware = true;
|
|
||||||
cpu.intel.updateMicrocode = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue