From e228957a954b8893afdf639e2f2d46d42ceec2dd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 14 Mar 2025 06:44:45 -0300 Subject: system.scm: Move swapfile from / to /mnt/production --- src/guix/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guix/system.scm b/src/guix/system.scm index 247c074..5af9fe1 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -200,9 +200,9 @@ ;; # chmod 600 /swapfile ;; # mkswap /swapfile ;; # swapon /swapfile - (target "/swapfile") + (target "/mnt/production/swapfile") (dependencies - (filter (file-system-mount-point-predicate "/") + (filter (file-system-mount-point-predicate "/mnt/production") file-systems))) (swap-space (target -- cgit v1.2.3