[NixOS] Enable ssh agent auth

This commit is contained in:
Ivan Malison 2024-06-03 03:58:13 +00:00
parent dcd38e777a
commit 3b55c26a2c

View File

@ -1,5 +1,6 @@
{ config, pkgs, ... }:
{
security.pam.sshAgentAuth.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
@ -25,7 +26,7 @@
};
programs.ssh = {
forwardX11 = true;
forwardX11 = false;
setXAuthLocation = true;
knownHosts = {
github = {