index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
system
/
networking
/
dhcpcd.nix
blob: 99ac0f386d2b27dccf6e840b654b32cee85e044f (
plain
) (
blame
)
1
2
3
4
5
6
{
networking
.
dhcpcd
=
{
wait
=
"background"
;
extraConfig
=
"noarp"
;
};
}