This commit is contained in:
iFargle 2024-01-30 17:59:38 +09:00
parent dc4cf9f632
commit 1b1744d45e

View file

@ -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.