From 74dce71c437edc0fec30ae34c945d3366920f086 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 30 Jun 2019 11:04:44 +0200 Subject: [PATCH] service redshift --- systems/ASUS-G46VW/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 4fd6f9f0d..190e2aabb 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -212,6 +212,13 @@ value = "1048576"; }]; + services.redshift = { + enable = true; + latitude = "48.573406"; + longitude = "7.752111"; + temperature.night = 2700; + }; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you