remove gpg pinentry config

something changed and I don't use it anymore anyway
This commit is contained in:
jacekpoz 2024-03-14 16:02:12 +01:00
parent 3dd7d5114e
commit 2f14b6d5d2
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 0 additions and 12 deletions

View file

@ -93,12 +93,6 @@
};
};
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "qt";
enableSSHSupport = true;
};
services.btrfs = {
autoScrub = {
enable = true;

View file

@ -64,12 +64,6 @@
ratbagd.enable = true;
};
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "qt";
enableSSHSupport = true;
};
services.btrfs = {
autoScrub = {
enable = true;