nixos-config/modules/network-manager.nix
2020-08-22 17:44:39 +02:00

8 lines
70 B
Nix

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