test
This commit is contained in:
parent
91d29b9212
commit
c4766a499a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, hostname, ... }: {
|
||||
# enable passwordless elevation
|
||||
# Useful for deploy-rs
|
||||
security.pam.enableSSHAgentAuth = true;
|
||||
# security.pam.enableSSHAgentAuth = true;
|
||||
security.pam.sshAgentAuth.enable = true;
|
||||
# programs.ssh.startAgent = 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.
|
||||
|
|
Loading…
Reference in a new issue