feat: disable some services and disable root login from ssh altogether

This commit is contained in:
2026-02-19 13:41:40 +05:30
parent dca434c0ba
commit 9acb378e5f
3 changed files with 22 additions and 21 deletions

View File

@@ -34,12 +34,12 @@
};
};
};
# headplane = {
# enable = true;
# settings = {
# server.port = 42562;
# };
# };
headplane = {
enable = true;
settings = {
server.port = 42562;
};
};
caddy = {
virtualHosts."headscale.darksailor.dev".extraConfig = ''
reverse_proxy localhost:${toString config.services.headplane.settings.server.port}