some updates to guix stuff
This commit is contained in:
parent
f153aa731f
commit
d24c0913bb
7 changed files with 40 additions and 6 deletions
|
@ -21,9 +21,14 @@
|
|||
#:use-module (nongnu packages linux)
|
||||
#:use-module (nongnu system linux-initrd))
|
||||
|
||||
|
||||
(operating-system
|
||||
(inherit base-operating-system)
|
||||
(host-name "syl")
|
||||
|
||||
(services (append (fprintd-service-type)
|
||||
base-system-services))
|
||||
|
||||
(file-systems (cons* (file-system
|
||||
(mount-point "/boot/efi")
|
||||
(device (uuid "BA76-3723"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue