Create VPN subdomains

This commit is contained in:
Julien Malka 2022-02-26 18:55:41 +01:00
parent 667ac0936f
commit 3807b7c860
9 changed files with 65 additions and 23 deletions

View file

@ -39,8 +39,9 @@ in
}
(mkIf cfg.nginx.enable (mkPrivateSubdomain cfg.nginx.subdomain port))
]);
(mkIf cfg.nginx.enable (mkVPNSubdomain cfg.nginx.subdomain port))]);