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|#
|
#|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))
|
||||||
|
|
Loading…
Reference in New Issue