From b9f26ce7da3419005a02ce708003e03d115ff924 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 15 Jun 2024 17:53:03 +0300 Subject: [PATCH] Home : Fix swap path. --- host/home/Filesystem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/home/Filesystem.nix b/host/home/Filesystem.nix index b2690a6..ad0ec26 100644 --- a/host/home/Filesystem.nix +++ b/host/home/Filesystem.nix @@ -18,7 +18,7 @@ }; swapDevices = [{ - device = "/var/lib/swapfile"; + device = "/storage/hot/.swapfile"; size = 128 * 1024; }]; }