operating-systems: buer: Remove guix-for-channels and fix guix-home-service configuration

impermanence
Luis Guilherme Coelho 2024-09-15 16:06:07 -03:00
parent cdc5e1e04a
commit b82ae9561b
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 4 deletions

View File

@ -199,7 +199,7 @@
#|Home environment services|# #|Home environment services|#
(service guix-home-service-type (service guix-home-service-type
(if (file-exists? "/run/current-system/provenance") '() (if (file-exists? "/run/current-system/provenance") '()
`(("radio" . ,home-environment:radio)))) `(("radio" ,home-environment:radio))))
#|Log services|# #|Log services|#
(service rottlog-service-type) (service rottlog-service-type)
@ -225,9 +225,6 @@
(guix-configuration (guix-configuration
(build-accounts 16) (build-accounts 16)
(discover? #t) (discover? #t)
(guix (guix-for-channels
(list channel:guix
channel:radix)))
(authorized-keys (authorized-keys
(cons* substitute-key:genenetwork.pub (cons* substitute-key:genenetwork.pub
%default-authorized-guix-keys)) %default-authorized-guix-keys))