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