infrastructure/nixos/hosts/thalassa/aoife/networking.nix

5 lines
143 B
Nix
Raw Normal View History

2022-12-12 16:28:54 +01:00
{ ... }: {
networking.networkmanager.enable = true;
networking.firewall.checkReversePath = false;
# networking.firewall.enable = false;
}