aboutsummaryrefslogtreecommitdiff
path: root/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server.nix')
-rw-r--r--profiles/server.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/server.nix b/profiles/server.nix
index 49a0bc7..c91546d 100644
--- a/profiles/server.nix
+++ b/profiles/server.nix
@@ -45,10 +45,6 @@
"1.0.0.1#cloudflare-dns.com"
];
- services.openssh.enable = true;
- services.openssh.settings.PasswordAuthentication = false;
- services.openssh.settings.PermitRootLogin = "no";
-
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBkozy+X96u5ciX766bJ/AyQ3xm1tXZTIr5+4PVFZFi"
];