diff options
| author | Baitinq <[email protected]> | 2024-01-13 21:07:15 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-01-13 21:07:15 +0100 |
| commit | 6186a9e3a6273a407c742ca376689eae02725301 (patch) | |
| tree | d5bc2cc7c8a7e4298f3e03a6fe40bf8814395c7c | |
| parent | Home: Add cargo bin to session path (diff) | |
| download | nixos-config-6186a9e3a6273a407c742ca376689eae02725301.tar.gz nixos-config-6186a9e3a6273a407c742ca376689eae02725301.tar.bz2 nixos-config-6186a9e3a6273a407c742ca376689eae02725301.zip | |
Home: Change pinentry flavor to gnome3
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index afee3af..18ea115 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -99,6 +99,7 @@ enableSshSupport = true; enableExtraSocket = true; sshKeys = [ "BC10A40920B576F641480795B9C7E01A4E47DA9F" ]; + pinentryFlavor = "gnome3"; defaultCacheTtl = 43200; #12h defaultCacheTtlSsh = 43200; maxCacheTtl = 86400; #24h |