diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index 753a498..63cc88a 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -188,9 +188,9 @@ (iota 2 1))))) #|Home environment services|# - ;(service guix-home-service-type - ; (if (file-exists? "/run/current-system/provenance") '() - ; `(("radio" ,home-environment:radio)))) + (service guix-home-service-type + (if (file-exists? "/run/current-system/provenance") '() + `(("radio" ,home-environment:radio)))) #|Log services|# (service rottlog-service-type)