aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/guix/system.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index 5898531..4df668e 100644
--- a/src/guix/system.scm
+++ b/src/guix/system.scm
@@ -150,11 +150,6 @@
(bootloader-configuration
(bootloader grub-bootloader)
(targets '("/dev/vda"))))
- (swap-devices
- (list
- (swap-space
- (target
- (uuid "94b47d91-3542-438a-84a9-859fe347ce09")))))
(file-systems
(append
(list
@@ -174,4 +169,9 @@
(device
(uuid "6632849d-f180-4740-86e6-a519d43ab75a" 'btrfs))
(type "btrfs")))
- %base-file-systems)))
+ %base-file-systems))
+ (swap-devices
+ (list
+ (swap-space
+ (target
+ (uuid "94b47d91-3542-438a-84a9-859fe347ce09"))))))