isso didnt need ip override
Some checks failed
MCP Tests / mcp-tests (push) Failing after 7s

This commit is contained in:
Danilo Reyes
2026-02-06 23:03:31 -06:00
parent 7671ec686f
commit d8606ad2ed

View File

@@ -3,6 +3,7 @@ let
inherit (inputs.self.lib)
enableList
mkEnabled
mkEnabledWithProxy
mkEnabledWithUsers
;
wgServerIp = config.my.ips.wg-server;
@@ -37,18 +38,11 @@ in
portfolio.enableProxy = true;
lidarrMbReport.enableProxy = true;
};
servers = {
isso = {
enable = true;
enableProxy = true;
ip = wgServerIp;
};
microbin = {
enable = true;
enableProxy = true;
ip = wgServerIp;
};
}
servers =
enableList mkEnabledWithProxy [
"isso"
"microbin"
]
// enableList mkEnabledProxySocketIp [
"audiobookshelf"
"collabora"