nixos/roles/networkmanager.nix

4 lines
47 B
Nix
Raw Normal View History

2024-12-18 18:19:37 -06:00
{
networking.networkmanager.enable = true;
}