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

This commit is contained in:
Luj 2024-07-08 11:22:27 +02:00
parent c671eadd85
commit 7da483c104

View file

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