Common : Enable zram.
This commit is contained in:
parent
3abb50cfc2
commit
36061b4d78
|
@ -101,6 +101,9 @@
|
|||
# Ld.
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
# Zram.
|
||||
zramSwap.enable = true;
|
||||
|
||||
# Firewall.
|
||||
networking.firewall.enable = false;
|
||||
|
||||
|
|
Reference in a new issue