enable ssh agent
This commit is contained in:
parent
3b9646b446
commit
9cfb0b9ce8
|
@ -223,4 +223,8 @@ in
|
||||||
# { enable = true;
|
# { enable = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
services.gpg-agent =
|
||||||
|
{ enable = true;
|
||||||
|
enableSshSupport = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,6 +70,8 @@ in {
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
# services.openssh.enable = true;
|
# services.openssh.enable = true;
|
||||||
|
|
||||||
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
|
Loading…
Reference in a new issue