{ lib, ... }: with lib; { krebs.nginx = { enable = true; servers.default.locations = [ (nameValuePair "~ ^/~(.+?)(/.*)?\$" '' alias /home/$1/public_html$2; '') ]; }; tv.iptables.input-internet-accept-new-tcp = singleton "http"; }