Allow home deploy

impermanence
Luis Guilherme Coelho 2024-11-04 12:37:34 -03:00
parent 53ef5abce1
commit bf4cb9286c
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 3 deletions

View File

@ -188,9 +188,9 @@
(iota 2 1))))) (iota 2 1)))))
#|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)