test
This commit is contained in:
parent
dc4cf9f632
commit
1b1744d45e
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
{ config, pkgs, hostname, ... }: {
|
||||
# enable passwordless elevation
|
||||
# Useful for deploy-rs
|
||||
# security.pam.enableSSHAgentAuth = true;
|
||||
security.pam.sshAgentAuth.enable = true;
|
||||
security.pam.enableSSHAgentAuth = true;
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
# By default no ports are open.
|
||||
|
|
Loading…
Reference in a new issue