/ modules / linux / networking.nix
networking.nix
1  {
2    networking.networkmanager.enable = true;
3    networking.firewall.enable = true;
4  }