1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Undo open port

Wireguard network is already trusted
This commit is contained in:
Stefan Ellmauthaler 2022-08-01 10:48:30 +02:00
parent 5d8043201e
commit d2fce934d7
Failed to extract signature

View File

@ -25,7 +25,6 @@ with lib; {
networking = {
nameservers = [ "127.0.0.1" "::1"];
resolvconf.useLocalResolver = true;
firewall.allowedUDPPorts = [ 52 ];
};
};
}