Decomissionned useless feature

This commit is contained in:
Luj 2022-04-02 20:41:05 +02:00
parent a1bb935ba0
commit 7f15fa43da
6 changed files with 5 additions and 27 deletions

View file

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