From c4c7e95e7dc58757219d023007d7100786fc6c33 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Tue, 12 Aug 2025 16:39:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20[pi4]=20Temporary=20disable=20Ac?= =?UTF-8?q?tual=20budget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/pi4/actual.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/pi4/actual.nix b/hosts/pi4/actual.nix index 596cb27..a35f41a 100644 --- a/hosts/pi4/actual.nix +++ b/hosts/pi4/actual.nix @@ -5,7 +5,7 @@ let in { networking.nat = { - enable = true; + enable = false; internalInterfaces = [ "ve-*" ]; externalInterface = "wlan0"; # Lazy IPv6 connectivity for the container @@ -13,7 +13,7 @@ in }; containers.actual = { - autoStart = true; + autoStart = false; privateNetwork = true; hostAddress = "192.168.10.188"; localAddress = "192.168.10.11"; @@ -23,7 +23,7 @@ in networking.firewall.allowedTCPPorts = [ port ]; services = { actual = { - enable = true; + enable = false; settings = { inherit port; loginMethod = "password";