disable root password auth
Some checks are pending
NixOS Rebuild / rebuild (push) Waiting to run

This commit is contained in:
Satria 2026-03-15 10:33:25 +07:00
commit 4d9b826d39
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@
tailscale.enable = true;
openssh = {
enable = true;
settings.PermitRootLogin = "yes";
settings.PermitRootLogin = "prohibit-password";
};
};
users.users."${username}" = {