fix: gpg-agent

This commit is contained in:
Ashhhleyyy 2023-10-11 20:12:35 +01:00
parent 34273a8cea
commit 2623a2c06d
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -31,4 +31,12 @@
mutableKeys = true;
mutableTrust = true;
};
services.gpg-agent = {
enable = true;
enableFishIntegration = true;
pinentryFlavor = "gnome3";
defaultCacheTtl = 31536000;
maxCacheTtl = 31536000;
};
}