radiobert: set static nameservers

This commit is contained in:
Astro 2021-09-26 20:52:53 +02:00
parent efb9aa4483
commit d296457911
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
}];
defaultGateway = "172.20.73.1";
firewall.allowedTCPPorts = [ 22 80 443 ];
nameservers = [ "172.20.73.8" "9.9.9.9" ];
};
services.openwebrx.enable = true;