nixfiles/hosts/hetzner-vm/services/lappy-dev.nix

8 lines
218 B
Nix
Raw Normal View History

2022-09-19 12:34:23 +01:00
{ ... }: {
services.nginx.virtualHosts."lappy-dev.owo.monster" = {
forceSSL = true;
enableACME = true;
locations = { "/".proxyPass = "http://lappy.tailscale-internal.genderfucked.monster:8088"; };
};
}