5 lines
102 B
Nix
5 lines
102 B
Nix
{ lib, ... }: {
|
|
networking.useDHCP = lib.mkDefault true;
|
|
networking.networkmanager.enable = true;
|
|
}
|