Update neon.scm again

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-06-05 00:15:45 -04:00
parent 43d5a863b8
commit 061e26dd87
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 2 additions and 25 deletions

View File

@ -1,26 +1,3 @@
(add-to-load-path "/etc/guix-config")
(use-modules (gnu) (cobra os))
(operating-system
(inherit guix-thinkpad)
(host-name "Neon")
(mapped-devices (list
(mapped-device
(source (uuid "72cd3842-a6e5-4fb5-b994-1ce11d2d0a16"))
(target "fde")
(type luks-device-mapping))
(mapped-device
(source "matrix")
(targets (list "matrix-rootvol"))
(type lvm-device-mapping))))
(file-systems (append (list
(file-system
(type "btrfs")
(mount-point "/")
(device (file-system-label "root"))
(flags '(no-atime))
(options "space_cache=v2")
(needed-for-boot? #t)
(dependencies mapped-devices)))
%base-file-systems)))
(use-modules (cobra os))
%thinkpad:t60