infrastructure/nixos/hosts/thalassa/aoife/networking.nix
2022-12-12 16:28:54 +01:00

5 lines
143 B
Nix

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