diff options
Diffstat (limited to 'modules/ssh.nix')
| -rw-r--r-- | modules/ssh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ssh.nix b/modules/ssh.nix index 44580d7..a23dacd 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -1,6 +1,8 @@ { config, libs, pkgs, ... }: { + environment.systemPackages = [ pkgs.openssh ]; + services.openssh = { enable = true; settings.PasswordAuthentication = false; |