Security updates

This commit is contained in:
2025-12-19 13:49:05 -07:00
parent b1447f1ef5
commit cd9835676d
5 changed files with 49 additions and 6 deletions

View File

@@ -2,7 +2,12 @@
{
# Enable the OpenSSH daemon
services.openssh.enable = true;
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
};
};
# Tailscale
services.tailscale.enable = true;