Fix SSH
This commit is contained in:
parent
edf528ee07
commit
014ed6200b
|
@ -61,8 +61,6 @@ nixpkgs, # The flake's input version of nixpkgs
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
programs.ssh.startAgent = true;
|
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
|
Loading…
Reference in a new issue