Working config

This commit is contained in:
ryan77627 2023-05-19 01:23:24 -04:00 committed by Ryan Schanzenbacher
parent f34a9eeda9
commit c04cedc5cf
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -1,4 +1,5 @@
(use-modules (ryan-config base-system))
(use-modules (ryan-config base-system)
(gnu))
(operating-system
(inherit base-operating-system)
@ -20,4 +21,4 @@
(type "vfat")) %base-file-systems))
(swap-devices
(list
(swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869"))))))
(swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869"))))))