infrastructure/nixos/hosts/thalassa/eevee/networking.nix
2023-04-22 17:38:18 +02:00

6 lines
136 B
Nix

_: {
networking.networkmanager.enable = true;
networking.firewall.checkReversePath = false;
networking.firewall.enable = false;
}