infrastructure/nixos/hosts/olympus/eevee/networking.nix
2023-04-22 16:21:49 +02:00

5 lines
136 B
Nix

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