diff options
author | EuAndreh <eu@euandre.org> | 2023-09-10 11:39:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-10 11:39:10 -0300 |
commit | 00dede477452faba72fee2b6330a7c4e3c121b89 (patch) | |
tree | b7851f92e4f707e1c5236933a1115b2d421f2867 | |
parent | bin/getip: Add somewhat working utility (diff) | |
download | dotfiles-00dede477452faba72fee2b6330a7c4e3c121b89.tar.gz dotfiles-00dede477452faba72fee2b6330a7c4e3c121b89.tar.xz |
etc/nix/configuration.nix: Add redshift/geoclue configuration
-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; |