🔧 [pi4] Temporary disable Actual budget

This commit is contained in:
2025-08-12 16:39:15 +00:00
parent cb6e38604d
commit c4c7e95e7d

View File

@ -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";