fix: disable gpg agent

This commit is contained in:
Leon Wilzer 2024-11-29 00:42:47 +01:00
parent d6589d437b
commit 8d02da32e8
Signed by: leon
GPG Key ID: 645EFCD19E59ED05

View File

@ -647,7 +647,7 @@ in
};
gpg-agent = {
enable = true;
enable = false;
enableSshSupport = false;
};
};