From 0bd46a5a21d0c0c87f7dce14c9e39620be8f2546 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 8 Dec 2024 15:38:06 +0100 Subject: [PATCH] set swapfile to correct path --- nixos/hosts/wheatley/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ];