From fe5b074aae4a85340125c4c0bd4b74094a881388 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 21 Oct 2024 22:51:40 -0400 Subject: refactor system, add installer config --- systems/kaworu.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'systems/kaworu.scm') 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))) -- cgit v1.2.3-freya