summaryrefslogtreecommitdiff
path: root/systems/kaworu.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/kaworu.scm')
-rw-r--r--systems/kaworu.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/systems/kaworu.scm b/systems/kaworu.scm
index 254d09b..f254f6f 100644
--- a/systems/kaworu.scm
+++ b/systems/kaworu.scm
@@ -6,13 +6,13 @@
(host-name "kaworu")
(mapped-devices (list (mapped-device
- (source (uuid
- "89257280-202b-4565-b832-89f160d5e4e2"))
+ (source (uuid
+ "89257280-202b-4565-b832-89f160d5e4e2"))
(target "cryptroot")
(type luks-device-mapping))))
(file-systems (cons* (file-system
- (mount-point "/")
+ (mount-point "/")
(device "/dev/mapper/cryptroot")
(type "btrfs")
(dependencies mapped-devices))
@@ -20,4 +20,5 @@
(mount-point "/boot/efi")
(device (uuid "099A-D668"
'fat32))
- (type "vfat")) %base-file-systems)))
+ (type "vfat"))
+ %freya-file-systems)))