From 436202842c80712d609a6516a45fa6490ae1eb3d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 11 Nov 2025 10:44:36 -0500 Subject: [PATCH] stop forwarding the API service outside the network --- modules/services/actualbudget/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/services/actualbudget/default.nix b/modules/services/actualbudget/default.nix index 2abac86..5bef057 100644 --- a/modules/services/actualbudget/default.nix +++ b/modules/services/actualbudget/default.nix @@ -44,11 +44,11 @@ in "budget.wanderingcrow.net".extraConfig = '' reverse_proxy http://10.88.0.12 ''; - "api.budget.wanderingcrow.net".extraConfig = '' - @block not remote_ip ${inputs.nix-secrets.network.primary.publicIP} private_ranges - abort @block - reverse_proxy http://10.88.0.13:5007 - ''; + #"api.budget.wanderingcrow.net".extraConfig = '' + # @block not remote_ip ${inputs.nix-secrets.network.primary.publicIP} private_ranges + # abort @block + # reverse_proxy http://10.88.0.13:5007 + #''; }; }; virtualisation.oci-containers = {