diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-16 22:50:06 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-16 22:50:06 +0100 |
commit | 64d8a09d53e4d566aa23fca5809771ba18745c6e (patch) | |
tree | 433823b7e973c9e16fa0844e437c8a08d003e068 /hosts | |
parent | Hosts: Preinstall missing emacs packages (diff) | |
download | nixos-config-64d8a09d53e4d566aa23fca5809771ba18745c6e.tar.gz nixos-config-64d8a09d53e4d566aa23fca5809771ba18745c6e.tar.bz2 nixos-config-64d8a09d53e4d566aa23fca5809771ba18745c6e.zip |
Update
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 660664a..b4f2e9b 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -99,7 +99,6 @@ enableSshSupport = true; enableExtraSocket = true; sshKeys = [ "BC10A40920B576F641480795B9C7E01A4E47DA9F" ]; - pinentryFlavor = "gnome3"; defaultCacheTtl = 43200; #12h defaultCacheTtlSsh = 43200; maxCacheTtl = 86400; #24h |