diff --git a/profiles/base.nix b/profiles/base.nix index 947eaa7..804b308 100644 --- a/profiles/base.nix +++ b/profiles/base.nix @@ -24,6 +24,11 @@ imports = #just allow unfree, im fine with it. nixpkgs.config.allowUnfree = true; + zramSwap = { + enable = true; + memoryPercent = 25; + }; + # Set your time zone. time.timeZone = "Europe/Oslo";