diff --git a/instances/baldur/hardware-configuration.nix b/instances/baldur/hardware-configuration.nix index d92976f..3e21d52 100644 --- a/instances/baldur/hardware-configuration.nix +++ b/instances/baldur/hardware-configuration.nix @@ -19,6 +19,6 @@ }; swapDevices = [ - { device = "/swapfile"; size = 1024 * 4; } + { device = "/swapfile"; size = 1024 * 1; } ]; }