mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 04:56:09 -05:00
Working config
This commit is contained in:
parent
f34a9eeda9
commit
c04cedc5cf
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
(use-modules (ryan-config base-system))
|
(use-modules (ryan-config base-system)
|
||||||
|
(gnu))
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
(inherit base-operating-system)
|
(inherit base-operating-system)
|
||||||
|
@ -20,4 +21,4 @@
|
||||||
(type "vfat")) %base-file-systems))
|
(type "vfat")) %base-file-systems))
|
||||||
(swap-devices
|
(swap-devices
|
||||||
(list
|
(list
|
||||||
(swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869"))))))
|
(swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869"))))))
|
Loading…
Reference in a new issue