🔧 [pi4] Temporary disable Actual budget
This commit is contained in:
@ -5,7 +5,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
networking.nat = {
|
networking.nat = {
|
||||||
enable = true;
|
enable = false;
|
||||||
internalInterfaces = [ "ve-*" ];
|
internalInterfaces = [ "ve-*" ];
|
||||||
externalInterface = "wlan0";
|
externalInterface = "wlan0";
|
||||||
# Lazy IPv6 connectivity for the container
|
# Lazy IPv6 connectivity for the container
|
||||||
@ -13,7 +13,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
containers.actual = {
|
containers.actual = {
|
||||||
autoStart = true;
|
autoStart = false;
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
hostAddress = "192.168.10.188";
|
hostAddress = "192.168.10.188";
|
||||||
localAddress = "192.168.10.11";
|
localAddress = "192.168.10.11";
|
||||||
@ -23,7 +23,7 @@ in
|
|||||||
networking.firewall.allowedTCPPorts = [ port ];
|
networking.firewall.allowedTCPPorts = [ port ];
|
||||||
services = {
|
services = {
|
||||||
actual = {
|
actual = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
inherit port;
|
inherit port;
|
||||||
loginMethod = "password";
|
loginMethod = "password";
|
||||||
|
Reference in New Issue
Block a user