This commit is contained in:
Danilo Reyes
2026-02-06 08:24:40 -06:00
parent b7c4e38148
commit 41298f0980

View File

@@ -25,6 +25,10 @@ in
"nix" "nix"
"sh" "sh"
]; ];
websites = {
portfolio.enableProxy = true;
lidarrMbReport.enableProxy = true;
};
servers = { servers = {
nextcloud = { nextcloud = {
enableProxy = true; enableProxy = true;
@@ -32,12 +36,6 @@ in
port = 8081; port = 8081;
}; };
} }
// {
websites = {
portfolio.enableProxy = true;
lidarrMbReport.enableProxy = true;
};
}
// enableList mkEnabledProxyIp [ // enableList mkEnabledProxyIp [
"audiobookshelf" "audiobookshelf"
"bazarr" "bazarr"