diff options
-rw-r--r-- | etc/nix/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; |