diff --git a/hosts/tsuki/hardware.nix b/hosts/tsuki/hardware.nix index fa1202a..8468c8d 100755 --- a/hosts/tsuki/hardware.nix +++ b/hosts/tsuki/hardware.nix @@ -41,6 +41,13 @@ fsType = "nfs"; }; }; + + zramSwap = { + enable = true; + swapDevices = 1; + algorithm = "zstd"; + }; + networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";