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? }