From 22fa7b15b96ca7a56a34cff07ea14a86ddd5c243 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Wed, 6 Dec 2023 12:45:00 -0700 Subject: [PATCH] Added nonguix substitutes to otto --- otto.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/otto.scm b/otto.scm index 9dfc417..5bc3487 100644 --- a/otto.scm +++ b/otto.scm @@ -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