|
|
|
@ -18,6 +18,16 @@
|
|
|
|
|
(bootloader (bootloader-configuration
|
|
|
|
|
(bootloader grub-efi-bootloader)
|
|
|
|
|
(targets '("/boot/efi"))))
|
|
|
|
|
(services
|
|
|
|
|
(modify-services %metznet-desktop-services
|
|
|
|
|
(guix-service-type config =>
|
|
|
|
|
(guix-configuration (inherit config)
|
|
|
|
|
(substitute-urls (append (list
|
|
|
|
|
"https://substitutes.nonguix.org")
|
|
|
|
|
%default-substitute-urls))
|
|
|
|
|
(authorized-keys (append (list (local-file
|
|
|
|
|
"./signing-key.pub"))
|
|
|
|
|
%default-authorized-guix-keys))))))
|
|
|
|
|
(swap-devices (list (swap-space
|
|
|
|
|
(target (file-system-label "otto-swap")))))
|
|
|
|
|
(file-systems (cons* (file-system
|
|
|
|
|