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:
parent
5d8043201e
commit
d2fce934d7
@ -25,7 +25,6 @@ with lib; {
|
|||||||
networking = {
|
networking = {
|
||||||
nameservers = [ "127.0.0.1" "::1"];
|
nameservers = [ "127.0.0.1" "::1"];
|
||||||
resolvconf.useLocalResolver = true;
|
resolvconf.useLocalResolver = true;
|
||||||
firewall.allowedUDPPorts = [ 52 ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user