flake/common/networking.nix

7 lines
93 B
Nix

{ config, pkgs, ... }:
{
# Enable networking
networking.networkmanager.enable = true;
}