mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
lenny: update swap
This commit is contained in:
parent
e1880e476e
commit
ba5ce84ed1
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
|||
profile = "desktop";
|
||||
};
|
||||
|
||||
zramSwap.enable = false;
|
||||
swapDevices = [{
|
||||
device = "/dev/disk/by-partuuid/e54894a7-f322-482c-b8f2-8e706f02f316";
|
||||
randomEncryption.enable = true;
|
||||
}];
|
||||
|
||||
environment.systemPackages = [ pkgs.vmware-horizon-client ];
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue