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