mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Cleanup firewall
This commit is contained in:
@@ -30,11 +30,6 @@ in {
|
|||||||
interfaces.enp34s0 = {
|
interfaces.enp34s0 = {
|
||||||
useDHCP = true;
|
useDHCP = true;
|
||||||
};
|
};
|
||||||
firewall = {
|
|
||||||
allowedUDPPorts = [
|
|
||||||
41641 # tailscale
|
|
||||||
];
|
|
||||||
};
|
|
||||||
firewall = {
|
firewall = {
|
||||||
allowPing = false;
|
allowPing = false;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user