Epic change

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-01-12 15:22:25 -05:00
parent aca3e0c03a
commit 1b17e6ff6c
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 2 additions and 6 deletions

View File

@ -31,8 +31,7 @@
(type luks-device-mapping))
(mapped-device
(source "matrix")
(targets (list "matrix-rootvol"
"matrix-swapvol"))
(targets (list "matrix-rootvol"))
(type lvm-device-mapping))))
(file-systems (append (list
(file-system
@ -44,9 +43,6 @@
(needed-for-boot? #t)
(dependencies mapped-devices)))
%base-file-systems))
(swap-devices (list
(swap-space
(target (file-system-label "swap")))))
(users (append (list
(user-account
(name "cobra")
@ -91,7 +87,7 @@
"qemu"
"fprintd"
"lvm2"
"git"
"git"
"libqalculate"
"bc"
"icecat"