mirror of
https://github.com/davegallant/nix-config
synced 2025-11-26 03:24:17 +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