From 00dede477452faba72fee2b6330a7c4e3c121b89 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 10 Sep 2023 11:39:10 -0300 Subject: etc/nix/configuration.nix: Add redshift/geoclue configuration --- etc/nix/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 6b0bf82..80d6214 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -41,6 +41,7 @@ networkmanager.enable = true; }; + location.provider = "geoclue2"; console.keyMap = "br-abnt2"; time.timeZone = "America/Sao_Paulo"; i18n = { @@ -103,6 +104,9 @@ pcscd.enable = true; udisks2.enable = true; globalprotect.enable = true; + redshift.enable = true; + geoclue2.enable = true; + geoclue2.appConfig.redshift.isAllowed = true; postfix = { enable = true; -- cgit v1.2.3