mobile box now sets offline for data-accumulator

This commit is contained in:
Tassilo - 2022-08-17 20:09:30 +02:00
parent 77f378ebd9
commit 42ec654fb9
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 4 additions and 3 deletions

View File

@ -133,11 +133,11 @@
"windshield": "windshield"
},
"locked": {
"lastModified": 1660756738,
"narHash": "sha256-LiZ+vHU0kQdRJqG5B5nR9nL40YgKP7fbr1FIz+LBnLA=",
"lastModified": 1660759708,
"narHash": "sha256-wzKLaFG0h14cxHt4AdoCOXvMoakCOdjwvZbWEhad7L8=",
"owner": "dump-dvb",
"repo": "dump-dvb.nix",
"rev": "843b5f84af3d27d2cc5df15c1bd64d4b33b03c01",
"rev": "001396f6d100798ae1fe3e8300c4d9ee00683881",
"type": "github"
},
"original": {

View File

@ -17,6 +17,7 @@
port = 8080;
DB.backend = "CSVFILE";
CSVFile = "/var/lib/data-accumulator/formatted.csv";
offline = true;
};
};
networking.firewall.allowedTCPPorts = [ 80 config.dump-dvb.wartrammer.port ];