diff options
author | Thanos Apollo <[email protected]> | 2024-05-31 16:51:41 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-31 16:51:41 +0300 |
commit | 255633ab4108af2cda1c7bbd88bdb8c2169ed557 (patch) | |
tree | 053f994daff1f097c57ffed0ed65e5498e553413 /guix/zeus.scm | |
parent | d2df21ac8bd17d1854f915d9078578d2bce33f54 (diff) |
guix:(zeus) Update filesystem
Diffstat (limited to 'guix/zeus.scm')
-rw-r--r-- | guix/zeus.scm | 28 |
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") |