diff --git a/nix/configuration.nix b/nix/configuration.nix index f611be6..b0510d6 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -140,19 +140,6 @@ location.provider = "geoclue2"; - services.redshift = { - enable = true; - brightness = { - # Note the string values below. - day = "1"; - night = "1"; - }; - temperature = { - day = 5500; - night = 3700; - }; - }; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.haak = { isNormalUser = true;