diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 320c966..9823500 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -214,11 +214,12 @@ services.redshift = { enable = true; - latitude = "48.573406"; - longitude = "7.752111"; temperature.night = 2700; }; + location.latitude = "48.573406"; + location.longitude = "7.752111"; + # 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