From 681791baf224cdf9098fbc680686cdac740cffcc Mon Sep 17 00:00:00 2001 From: Till Date: Thu, 5 Dec 2024 23:46:31 +0100 Subject: [PATCH] disable password auth --- system/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/default.nix b/system/default.nix index 7f79b90..eb81052 100644 --- a/system/default.nix +++ b/system/default.nix @@ -33,6 +33,7 @@ services = { ntp.enable = true; openssh.enable = true; + openssh.settings.PasswordAuthentication = false; }; system.stateVersion = "22.11";