about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-04-02 18:06:35 +0100
committerdevhell <devhell@mailfresser.de>2018-04-02 18:06:35 +0100
commite22360351ac6ca73605ee782a4fa3926a490eeda (patch)
tree1058d7ea5f8007ab39ed7912922b2452338b6c13
parente9f59ffa6f6bb28a7232b485cb5bd602e91393b9 (diff)
profiles/services: Enable geoclue2 in redshift
Since moving around a lot with the laptop, there is not much sense
trying to set the lat/long.
-rw-r--r--modules/user/devhell/profiles/services.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 842282e7..86b97b22 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -31,8 +31,7 @@ in {
       udisks2.enable = true;
       redshift = {
         enable = true;
-        latitude = "51.2750";
-        longitude = "1.0870";
+        provider = "geoclue2";
       };
     };