diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-08-18 19:19:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-08-18 19:19:13 +0530 |
| commit | 6849b46055a1aa8af9150cdea887e7e703811930 (patch) | |
| tree | 8265a76cc7210c6abdd9e83041c52728fcd60a86 /home.nix | |
| parent | 27622b0928dc9278ce84ebe28b3ff06827528012 (diff) | |
| download | nixos-config-6849b46055a1aa8af9150cdea887e7e703811930.tar.gz nixos-config-6849b46055a1aa8af9150cdea887e7e703811930.zip | |
Config sync
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ in maxCacheTtl = 864000; defaultCacheTtl = 864000; enableSshSupport = false; - pinentryFlavor = "qt"; + pinentryPackage = pkgs.pinentry-qt; + # pinentryFlavor = "qt"; # pinentryFlavor = null; # extraConfig = '' # pinentry-program ${localPkgs.anypinentry}/bin/anypinentry |
