mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Deploy radio's home environment when doing a fresh instalation
parent
fc09aeda51
commit
616c9f0dfc
|
@ -26,6 +26,7 @@
|
|||
#:use-module (gnu services avahi)
|
||||
#|D|# #:use-module (gnu services dbus)
|
||||
#:use-module (gnu services desktop)
|
||||
#|G|# #:use-module (gnu services guix)
|
||||
#|M|# #:use-module (gnu services mcron)
|
||||
#|N|# #:use-module (gnu services linux)
|
||||
#:use-module (gnu services networking)
|
||||
|
@ -36,6 +37,11 @@
|
|||
#|Guix|#
|
||||
#|•|# #:use-module (guix)
|
||||
|
||||
#|Home environments|#
|
||||
#|R|# #:use-module ((home-environments radio)
|
||||
#:select (home-environment)
|
||||
#:renamer (const 'home-environment:radio))
|
||||
|
||||
#|Radix|#
|
||||
#|A|# #:use-module (radix artwork)
|
||||
#|C|# #:use-module (radix combinators)
|
||||
|
@ -182,6 +188,11 @@
|
|||
(command #~(getenv "SHELL"))))))
|
||||
(iota 2 1)))))
|
||||
|
||||
#|Home environment services|#
|
||||
(service guix-home-service-type
|
||||
(if (file-exists? "/run/current-system/provenance") '()
|
||||
`(("radio" . ,home-environment:radio))))
|
||||
|
||||
#|Log services|#
|
||||
(service rottlog-service-type)
|
||||
(service syslog-service-type
|
||||
|
|
Loading…
Reference in New Issue