summaryrefslogtreecommitdiff
path: root/guix/zeus.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/zeus.scm')
-rw-r--r--guix/zeus.scm28
1 files changed, 12 insertions, 16 deletions
diff --git a/guix/zeus.scm b/guix/zeus.scm
index cd98c97..d436c54 100644
--- a/guix/zeus.scm
+++ b/guix/zeus.scm
@@ -12,19 +12,15 @@
'xfs))
(type "xfs"))
(file-system
- (mount-point "/home")
- (device (uuid "4efbc805-e89b-46b8-b895-b1ce807698c8"
- 'ext4))
- (type "ext4"))
- (file-system
- (mount-point "/")
- (device (uuid
- "e350994d-4c98-4d04-9867-29c9fc779026"
- 'ext4))
- (type "ext4"))
- (file-system
- (mount-point "/boot/efi")
- (device (uuid "F2A9-FB50"
- 'fat32))
- (type "vfat")) %base-file-systems)
- "10551e45-7810-4171-a4b2-87372ae5bdb4")
+ (mount-point "/boot/efi")
+ (device (uuid "D0B4-4407"
+ 'fat32))
+ (type "vfat"))
+ (file-system
+ (mount-point "/")
+ (device (uuid
+ "ebc6d6e0-eecb-4ff6-8e1e-059a860dd30f"
+ 'ext4))
+ (type "ext4"))
+ %base-file-systems)
+ "49859dc4-84ea-425e-9b83-12d1ca1bf65e")