1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-07 10:08:46 +02:00

enable zram for the vps

This commit is contained in:
Rouven Seifert 2023-06-19 23:58:04 +02:00
parent 1169e53c76
commit 99432a7244
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 23 additions and 9 deletions
hosts/falkenstein-1

View file

@ -26,6 +26,7 @@
kernelPackages = pkgs.linuxPackages_latest;
initrd.systemd.enable = true;
};
zramSwap.enable = true;
time.timeZone = "Europe/Berlin";