24.05 update

This commit is contained in:
iFargle 2024-01-29 17:58:53 +09:00
parent 66750965b5
commit 91d29b9212

View file

@ -2,7 +2,9 @@
# enable passwordless elevation # enable passwordless elevation
# Useful for deploy-rs # Useful for deploy-rs
security.pam.enableSSHAgentAuth = true; security.pam.enableSSHAgentAuth = true;
programs.ssh.startAgent = true; security.pam.sshAgentAuth.enable = true;
# programs.ssh.startAgent = true;
# By default no ports are open. # By default no ports are open.
# When ./tailscale.nix is imported, port 22 on the tailscale interface is then opened. # When ./tailscale.nix is imported, port 22 on the tailscale interface is then opened.
services.openssh = { services.openssh = {