gpg: ssh support

This commit is contained in:
Sam W 2023-07-20 22:45:04 +01:00
parent 604cf1b75d
commit a2cab93005
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
# Shouldn't have an effect on macos, on linux we need to specify a pinentry # Shouldn't have an effect on macos, on linux we need to specify a pinentry
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
enableSshSupport = true;
pinentryFlavor = "qt"; # for plasma pinentryFlavor = "qt"; # for plasma
}; };
} }