From b82ae9561b9f8f3dbb44ca226b5916674e6f142d Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 15 Sep 2024 16:06:07 -0300 Subject: [PATCH] operating-systems: buer: Remove guix-for-channels and fix guix-home-service configuration --- operating-systems/buer.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index 161c169..133ac60 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -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))