summaryrefslogtreecommitdiff
path: root/kaworu.scm
diff options
context:
space:
mode:
Diffstat (limited to 'kaworu.scm')
-rw-r--r--kaworu.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/kaworu.scm b/kaworu.scm
deleted file mode 100644
index 1d0203d..0000000
--- a/kaworu.scm
+++ /dev/null
@@ -1,23 +0,0 @@
-(use-modules (home-config base-system)
- (gnu))
-
-(operating-system
- (inherit base-operating-system)
- (host-name "kaworu")
-
- (mapped-devices (list (mapped-device
- (source (uuid
- "89257280-202b-4565-b832-89f160d5e4e2"))
- (target "cryptroot")
- (type luks-device-mapping))))
-
- (file-systems (cons* (file-system
- (mount-point "/")
- (device "/dev/mapper/cryptroot")
- (type "btrfs")
- (dependencies mapped-devices))
- (file-system
- (mount-point "/boot/efi")
- (device (uuid "099A-D668"
- 'fat32))
- (type "vfat")) %base-file-systems)))