diff --git a/systems/toum/hardware-configuration.nix b/systems/toum/hardware-configuration.nix index c2cf0f2..d64c103 100644 --- a/systems/toum/hardware-configuration.nix +++ b/systems/toum/hardware-configuration.nix @@ -9,5 +9,8 @@ }; }; - zramSwap.enable = true; + swapDevices = [{ + device = "/swapfile"; + size = 1024; + }]; }