mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-10 05:48:34 +01:00
Enable zram
This commit is contained in:
parent
6694c1c5fc
commit
65910a0dcc
1 changed files with 6 additions and 0 deletions
|
@ -317,6 +317,12 @@
|
|||
};
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
# swapDevices = 2;
|
||||
# writebackDevice = secrets.drive-ids.volumes.swap;
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
# services.peroxide.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue