aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-14 06:44:45 -0300
committerEuAndreh <eu@euandre.org>2025-03-14 06:44:45 -0300
commite228957a954b8893afdf639e2f2d46d42ceec2dd (patch)
tree935e7e365bde80f46957506ce18dfaa0aa35d8b2
parentsystem.scm: Remove "http2" from nginx listen (diff)
downloadserver-e228957a954b8893afdf639e2f2d46d42ceec2dd.tar.gz
server-e228957a954b8893afdf639e2f2d46d42ceec2dd.tar.xz
system.scm: Move swapfile from / to /mnt/production
-rw-r--r--src/guix/system.scm4
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