This commit is contained in:
TheWanderingCrow 2026-04-04 22:56:58 -04:00
parent f83d4613e7
commit 653eb2d606

View file

@ -36,4 +36,13 @@ in
networking.firewall.allowedTCPPorts = [ 8448 ];
users.users.caddy.extraGroups = [ "tuwunel" ];
services.caddy = {
enable = true;
virtualHosts = {
"psychal.link, psychal.link:8448".extraConfig = ''
reverse_proxy unix//run/tuwunel/tuwunel.sock
'';
};
};
}