Increased swap space to match RAM size

This commit is contained in:
coolneng 2020-07-08 00:25:11 +02:00
parent d7f664f45a
commit b2b0056399
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 6 additions and 1 deletions

View File

@ -38,8 +38,13 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/media" =
{ device = "/nix/store/9hxfq3jh32j6d81d6n5y5dc2wqdkh4wy-auto";
fsType = "autofs";
};
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/29d26e6a-b421-41c3-9826-76e4da00e3bb"; } [ { device = "/dev/disk/by-uuid/205e9060-b3c4-43e3-800f-aa6ebe782fb0"; }
]; ];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";