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

6 lines
136 B
Nix
Raw Normal View History

2023-04-22 16:14:45 +02:00
_: {
networking.networkmanager.enable = true;
networking.firewall.checkReversePath = false;
networking.firewall.enable = false;
}