nix/module/common/Network.nix

5 lines
102 B
Nix
Raw Normal View History

{ lib, ... }: {
networking.useDHCP = lib.mkDefault true;
networking.networkmanager.enable = true;
}