diff --git a/configuration.nix b/configuration.nix index 20b9c1b..ebcdee8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -49,11 +49,9 @@ }; services.acpid.enable = true; - services.redshift = { - enable = true; - latitude = "63.825848"; - longitude = "-20.263035"; - }; + services.redshift.enable = true; + location.latitude = "63.825848"; + location.longitude = "-20.263035"; services.openssh.enable = true;