infrastructure/nixos/hosts/thalassa/aoife/networking.nix
2023-03-21 11:27:01 +01:00

6 lines
136 B
Nix

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