diff --git a/nixos/hosts/wheatley/hardware-configuration.nix b/nixos/hosts/wheatley/hardware-configuration.nix index d5b3b54..3f0b8dc 100644 --- a/nixos/hosts/wheatley/hardware-configuration.nix +++ b/nixos/hosts/wheatley/hardware-configuration.nix @@ -18,7 +18,7 @@ swapDevices = [ { - device = "/var/lib/swapfile"; + device = "/swapfile"; size = 16 * 1024; } ];