open firewall port for the wartrammer

This commit is contained in:
oxapentane - 2022-08-17 17:44:37 +02:00
parent 5fc859e177
commit 3989ea65db
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
dump-dvb = {
gnuradio = {
@ -19,6 +19,7 @@
CSVFile = "/var/lib/data-accumulator/formatted.csv";
};
};
networking.firewall.allowedTCPPorts = [ 80 config.dump-dvb.wartrammer.port ];
dump-dvb.wartrammer.enable = true;
systemd.services."start-wifi-hotspot" = {
wantedBy = [ "multi-user.target" ];