feat(ops/nixos/camden): Enable SSH agent auth
This commit is contained in:
parent
15323a6ee4
commit
7ef00d0f27
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ in lib.fix(self: {
|
||||||
# Join Tailscale into home network
|
# Join Tailscale into home network
|
||||||
services.tailscale.enable = true;
|
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)).
|
# Run cgit for the depot. The onion here is nginx(thttpd(cgit)).
|
||||||
systemd.services.cgit = {
|
systemd.services.cgit = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Reference in a new issue