diff --git a/rosenthal/utils/counter-stop.scm b/rosenthal/utils/counter-stop.scm index f1d317d..92fb7a2 100644 --- a/rosenthal/utils/counter-stop.scm +++ b/rosenthal/utils/counter-stop.scm @@ -156,9 +156,9 @@ config => (guix-configuration (inherit config) (substitute-urls - (cons* "https://nonguix.org" - "https://guix.tobias.gr" - %default-substitute-urls)) + (append %default-substitute-urls + '("https://nonguix.org" + "https://guix.tobias.gr"))) (authorized-keys (cons* %guix-authorized-key-nonguix %guix-authorized-key-tobias