Added nonguix substitutes to otto

master
noah metz 2023-12-06 12:45:00 -07:00
parent 23f66520c7
commit 22fa7b15b9
1 changed files with 10 additions and 0 deletions

@ -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