24.05 update
This commit is contained in:
parent
66750965b5
commit
91d29b9212
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
# enable passwordless elevation
|
||||
# Useful for deploy-rs
|
||||
security.pam.enableSSHAgentAuth = true;
|
||||
programs.ssh.startAgent = true;
|
||||
security.pam.sshAgentAuth.enable = true;
|
||||
# programs.ssh.startAgent = true;
|
||||
|
||||
# By default no ports are open.
|
||||
# When ./tailscale.nix is imported, port 22 on the tailscale interface is then opened.
|
||||
services.openssh = {
|
||||
|
|
Loading…
Reference in a new issue