🔒 [pi4] Disable ssh on gpg

This commit is contained in:
2025-05-27 17:08:41 +00:00
parent dcad8f12b9
commit 96d57d34c1

View File

@ -3,6 +3,5 @@
./firewall.nix
];
programs.gnupg.agent.enableSSHSupport = true;
services.pcscd.enable = true;
}