This commit is contained in:
2025-12-07 17:22:19 +00:00
committed by Tangled
parent 66ead51864
commit 3370e9856a

View File

@@ -22,7 +22,14 @@
};
};
networking.firewall.allowedTCPPorts = [ 5444 5555 ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.caddy = {
enable = true;
virtualHosts."knot.schmatzler.com".extraConfig = ''
reverse_proxy localhost:5555
'';
};
services.openssh = {
enable = true;