mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Remove guix-for-channels and fix guix-home-service configuration
parent
cdc5e1e04a
commit
b82ae9561b
|
@ -199,7 +199,7 @@
|
|||
#|Home environment services|#
|
||||
(service guix-home-service-type
|
||||
(if (file-exists? "/run/current-system/provenance") '()
|
||||
`(("radio" . ,home-environment:radio))))
|
||||
`(("radio" ,home-environment:radio))))
|
||||
|
||||
#|Log services|#
|
||||
(service rottlog-service-type)
|
||||
|
@ -225,9 +225,6 @@
|
|||
(guix-configuration
|
||||
(build-accounts 16)
|
||||
(discover? #t)
|
||||
(guix (guix-for-channels
|
||||
(list channel:guix
|
||||
channel:radix)))
|
||||
(authorized-keys
|
||||
(cons* substitute-key:genenetwork.pub
|
||||
%default-authorized-guix-keys))
|
||||
|
|
Loading…
Reference in New Issue