diff options
Diffstat (limited to '')
-rw-r--r-- | src/guix/system.scm | 4 |
1 files 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 |