fix snips service

This commit is contained in:
Joakim Repomaa
2025-02-08 15:42:01 +02:00
committed by Joakim Repomaa
parent 5c456d4a50
commit eb3682f19a
+1 -5
View File
@@ -38,11 +38,7 @@ in
}; };
}; };
services.caddy.virtualHosts = { modules.webserver.vHosts.${fqdn}.locations."/".proxy = "http://localhost:${toString port}";
"${fqdn}".extraConfig = ''
reverse_proxy localhost:${toString port}
'';
};
networking.firewall.allowedTCPPorts = [ sshPort ]; networking.firewall.allowedTCPPorts = [ sshPort ];
} }