nix-config/hosts/common/networking.nix

8 lines
98 B
Nix

{ ... }:
{
networking = {
networkmanager.enable = true;
firewall.enable = true;
};
}