fix: readd nonguix substitute
This commit is contained in:
parent
a1d30ad8f3
commit
ca3dff5cd2
1 changed files with 10 additions and 1 deletions
|
@ -224,7 +224,16 @@
|
||||||
; openssh
|
; openssh
|
||||||
(service openssh-service-type))
|
(service openssh-service-type))
|
||||||
;; append guix base services
|
;; append guix base services
|
||||||
%base-services))
|
(modify-services %base-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 "../../certs/non-guix.pub"))
|
||||||
|
%default-authorized-guix-keys)))))))
|
||||||
|
|
||||||
(define-public %desktop-freya-services
|
(define-public %desktop-freya-services
|
||||||
(append
|
(append
|
||||||
|
|
Loading…
Reference in a new issue