style: remove commented user services
parent
7d7ee26c40
commit
f792b8e388
23
radio.scm
23
radio.scm
|
@ -388,29 +388,6 @@
|
|||
(identity-file "~/.ssh/codeberg"))))
|
||||
(authorized-keys #f)))
|
||||
|
||||
#|The following two services are currently not working since they depend
|
||||
on a xsession to running to start. The possible solution is to launch
|
||||
X on the home-run-on-first-login-service, but I do not know how to
|
||||
extend such service yet|#
|
||||
|
||||
#|Redshift service|#
|
||||
; (service home-redshift-service-type
|
||||
; (home-redshift-configuration
|
||||
; (location-provider 'manual)
|
||||
; (latitude (- 21.1))
|
||||
; (longitude (- 47.8))
|
||||
; (daytime-brightness 1.0)
|
||||
; (nighttime-brightness 0.6)
|
||||
; (daytime-temperature 4500)
|
||||
; (nighttime-temperature 4000)
|
||||
; (extra-content "fade=1")))
|
||||
|
||||
#|Xmodmap service|#
|
||||
; (service home-xmodmap-service-type
|
||||
; (home-xmodmap-configuration
|
||||
; (key-map
|
||||
; `(("keycode 47" . "colon semicolon ccedilla Ccedilla")))))
|
||||
|
||||
#|Mcron service|#
|
||||
(service home-mcron-service-type
|
||||
(home-mcron-configuration
|
||||
|
|
Loading…
Reference in New Issue