aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/system/ssh.nix')
-rw-r--r--hosts/common/system/ssh.nix6
1 files changed, 0 insertions, 6 deletions
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;
-}