proper ip assignation for nginx

This commit is contained in:
Danilo Reyes
2026-02-05 03:39:27 -06:00
parent 237e120124
commit dce2142794
4 changed files with 8 additions and 14 deletions

View File

@@ -196,16 +196,10 @@ in
inherit ip;
};
};
mkEnabledProxy = name: {
inherit name;
value = {
enableProxy = true;
};
};
mkEnabledProxyIp = ip: name: {
inherit name;
value = {
enable = true;
enableProxy = true;
inherit ip;
};
};