From bf4cb9286cd257804be969677267e71de2867ff5 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 4 Nov 2024 12:37:34 -0300 Subject: [PATCH] Allow home deploy --- operating-systems/buer.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)