[NixOS] Enable ssh agent auth
This commit is contained in:
parent
dcd38e777a
commit
3b55c26a2c
@ -1,5 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
security.pam.sshAgentAuth.enable = true;
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
@ -25,7 +26,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
forwardX11 = true;
|
forwardX11 = false;
|
||||||
setXAuthLocation = true;
|
setXAuthLocation = true;
|
||||||
knownHosts = {
|
knownHosts = {
|
||||||
github = {
|
github = {
|
||||||
|
Loading…
Reference in New Issue
Block a user