mirror of https://codeberg.org/anemofilia/zero
Allow home deploy
parent
53ef5abce1
commit
bf4cb9286c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue