nanuqsaurus/modules/system/networking.nix

6 lines
62 B
Nix
Raw Normal View History

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