feat(ops/nixos/camden): Enable SSH agent auth

This commit is contained in:
Vincent Ambo 2020-04-26 18:34:10 +01:00
parent 15323a6ee4
commit 7ef00d0f27

View file

@ -145,6 +145,9 @@ in lib.fix(self: {
# Join Tailscale into home network
services.tailscale.enable = true;
# Allow sudo-ing via the forwarded SSH agent.
security.pam.enableSSHAgentAuth = true;
# Run cgit for the depot. The onion here is nginx(thttpd(cgit)).
systemd.services.cgit = {
wantedBy = [ "multi-user.target" ];