mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
refactor: remove further use of virtualHostGen
This commit is contained in:
parent
64640e0c60
commit
d67bab901f
5 changed files with 1 additions and 111 deletions
|
|
@ -121,8 +121,6 @@ in
|
|||
networksWithDomains = filterAttrs (_: v: v.enable) networks;
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
lib.kw.virtualHostGen = args: virtualHostGen ({ inherit config; } // args);
|
||||
|
||||
network = {
|
||||
dns = {
|
||||
domain = builtins.substring 0 ((builtins.stringLength cfg.dns.zone) - 1) cfg.dns.zone;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue