Merge branch 'main'

This commit is contained in:
Bryan Ramos 2026-03-13 17:45:37 -04:00
commit ab09b54ee9
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 20 additions and 1 deletions

View file

@ -28,6 +28,17 @@ in
};
};
services.sslh = {
enable = true;
settings = {
listen = [{ host = "0.0.0.0"; port = 443; }];
protocols = [
{ name = "ssh"; host = "127.0.0.1"; port = 22; probe = "builtin"; }
{ name = "tls"; host = "127.0.0.1"; port = 4443; probe = "builtin"; }
];
};
};
services.nginx = {
enable = true;
recommendedTlsSettings = true;