From e609fed855b8bcf5e58b62b682dd6d667be57e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 19 May 2025 20:05:12 +0200 Subject: [PATCH] Add zram to jelly01 --- hosts/jelly01/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/jelly01/configuration.nix b/hosts/jelly01/configuration.nix index 8341fb0..394f6b9 100644 --- a/hosts/jelly01/configuration.nix +++ b/hosts/jelly01/configuration.nix @@ -61,5 +61,9 @@ # Or disable the firewall altogether. networking.firewall.enable = false; + zramSwap = { + enable = true; + }; + system.stateVersion = "23.11"; # Did you read the comment? }