diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/ssh.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/ssh.nix b/common/ssh.nix index 8bdabc2..f0a0676 100644 --- a/common/ssh.nix +++ b/common/ssh.nix | |||
@@ -3,11 +3,6 @@ inputs: | |||
3 | { config, pkgs, modulesPath, lib, ... }: | 3 | { config, pkgs, modulesPath, lib, ... }: |
4 | 4 | ||
5 | { | 5 | { |
6 | programs.gnupg.agent = { | ||
7 | enable = true; | ||
8 | enableSSHSupport = true; | ||
9 | }; | ||
10 | |||
11 | services.openssh = { | 6 | services.openssh = { |
12 | enable = true; | 7 | enable = true; |
13 | passwordAuthentication = false; | 8 | passwordAuthentication = false; |