summaryrefslogtreecommitdiff
path: root/modules/system/networking/dhcpcd.nix
blob: 99ac0f386d2b27dccf6e840b654b32cee85e044f (plain) (blame)
1
2
3
4
5
6
{
  networking.dhcpcd = {
    wait = "background";
    extraConfig = "noarp";
  };
}