chore: openssh on port 22 too for gustave bc of git server

This commit is contained in:
Julien Malka 2024-07-08 11:22:27 +02:00
parent 3ebd408ea2
commit b9cd4f8b16
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -83,6 +83,8 @@
};
};
services.openssh.ports = [ 22 ];
services.nginx.virtualHosts."git.luj.fr" = {
forceSSL = true;
enableACME = true;