aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/guix/system.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 409d61e..0ae9916 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -281,6 +281,11 @@ Seiko Epson Color Ink Jet Printers.")
(swap-devices
(list
(swap-space
+ ;; sudo rm /swapfile
+ ;; sudo fallocate -l 8G /swapfile
+ ;; sudo chmod 600 /swapfile
+ ;; sudo mkswap /swapfile
+ ;; sudo swapon /swapfile
(target "/swapfile")
(dependencies
(filter (file-system-mount-point-predicate "/")