1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

gpg: ssh support

This commit is contained in:
Sam W 2023-07-20 22:45:04 +01:00
parent 604cf1b75d
commit a2cab93005

View File

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