system: services: geoclue: Add standard applications and redshift.

This commit is contained in:
Raghav Gururajan 2022-08-26 12:06:48 -04:00
parent 6befee02d4
commit a9991b13f3
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
1 changed files with 6 additions and 2 deletions

View File

@ -214,7 +214,11 @@
(submit-data? #f)
(wifi-submission-url "https://location.services.mozilla.com/v1/submit?key=geoclue")
(submission-nick "geoclue")
(applications '())))
(applications
(append
(list
(geoclue-application "redshift" #:system? #f))
%standard-geoclue-applications))))
(service modem-manager-service-type)
(service network-manager-service-type)
(service ntp-service-type)
@ -263,7 +267,7 @@
(service virtlog-service-type))
(modify-services %base-services
;; Automatically login at startup.
(mingetty-service-type config =>
#;(mingetty-service-type config =>
(auto-login-to-tty
config "tty2" "rg"))
(guix-service-type config =>