Files
old-nixos-dotfiles/system/services/network-manager.nix

5 lines
56 B
Nix

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