summaryrefslogtreecommitdiff
path: root/systems/kaworu.scm
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-21 22:51:40 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-21 22:51:40 -0400
commitfe5b074aae4a85340125c4c0bd4b74094a881388 (patch)
treeebd17741d9979734331fc252d834ec0efbd7725d /systems/kaworu.scm
parentupdate commit pin, use linux 6.11 (diff)
downloaddotfiles-guix-fe5b074aae4a85340125c4c0bd4b74094a881388.tar.gz
dotfiles-guix-fe5b074aae4a85340125c4c0bd4b74094a881388.tar.bz2
dotfiles-guix-fe5b074aae4a85340125c4c0bd4b74094a881388.zip
refactor system, add installer config
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)))