about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/katara.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index d0bdaf0e..eb0cb170 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -194,6 +194,13 @@ in {
 
     time.timeZone = "Europe/Berlin";
 
+    # redshift TODO as user
+    services.redshift = {
+      latitude = "48";
+      longitude = "10";
+      temperature.day = 6300;
+    };
+
     # locate
     services.locate = {
       enable = true;
@@ -276,12 +283,6 @@ in {
       ubuntu_font_family
     ];
 
-    # redshift
-    services.redshift = {
-      enable = true;
-      latitude = "48";
-      longitude = "10";
-    };
 
 
     ########