From 9af17bf2144288f9bf68a25d99c11bdde47a839d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 9 Nov 2015 01:32:00 +0100 Subject: katara: redshift --- machines/profpatsch/katara.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'machines/profpatsch') 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"; - }; ######## -- cgit 1.4.1