From 2883de7ba114426af021ca16bbb0d54f87e14b46 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 18 Jan 2026 00:19:43 +1100 Subject: [PATCH] miki: put swapfile in a better location --- hosts/miki/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/miki/configuration.nix b/hosts/miki/configuration.nix index d3961a1..3102265 100644 --- a/hosts/miki/configuration.nix +++ b/hosts/miki/configuration.nix @@ -29,7 +29,7 @@ }; swapDevices = [{ - device = "/var/lib/swapfile"; + device = "/swapfile"; size = 8*1024; # 8 GB }];