mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47:20 +02:00
Create VPN subdomains
This commit is contained in:
parent
667ac0936f
commit
3807b7c860
9 changed files with 65 additions and 23 deletions
|
@ -94,5 +94,5 @@ in
|
|||
path = [ pkgs.nixUnstable pkgs.git pkgs.openssh ];
|
||||
};
|
||||
|
||||
} (mkSubdomain cfg.subdomain port));
|
||||
} (recursiveUpdate (mkSubdomain cfg.subdomain port) (mkVPNSubdomain cfg.subdomain port)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue