From 57edf6fec41abf571d637b09bd4132f858106381 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:13:25 -0700 Subject: ssh: refactor to a module Also install mosh and ensure the firewall opens the correct ports. --- hosts/common/system/ssh.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 hosts/common/system/ssh.nix (limited to 'hosts/common/system/ssh.nix') diff --git a/hosts/common/system/ssh.nix b/hosts/common/system/ssh.nix deleted file mode 100644 index cb7c47d..0000000 --- a/hosts/common/system/ssh.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - # Enable the OpenSSH daemon. - services.openssh.enable = true; - services.openssh.permitRootLogin = "yes"; - services.openssh.passwordAuthentication = false; -} -- cgit v1.2.3