🔧 [pi4] Temporary disable Actual budget
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user