enable ssh agent

This commit is contained in:
Trolli Schmittlauch 2018-10-14 18:01:06 +02:00
parent 3b9646b446
commit 9cfb0b9ce8
2 changed files with 6 additions and 0 deletions

View file

@ -223,4 +223,8 @@ in
# { enable = true;
# };
services.gpg-agent =
{ enable = true;
enableSshSupport = true;
};
}

View file

@ -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 = [ ... ];