This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user