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