mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -05:00
19 lines
472 B
Plaintext
19 lines
472 B
Plaintext
# Start dhcpcd service on a specified interface, eg. `dhcpcd -B eth0`
|
|
# so that it doesn't interfere with iwd's own dhcp client
|
|
|
|
[General]
|
|
EnableNetworkConfiguration=true
|
|
UseDefaultInterface=true
|
|
# Only use this when the specified config for the interface has
|
|
# `AlwaysRandomizeAddress=true` in it,
|
|
# eg. /var/lib/iwd/mywifi.psk
|
|
#AddressRandomization=true
|
|
|
|
[Network]
|
|
RoutePriorityOffset=200
|
|
EnableIPv6=true
|
|
NameResolvingService=resolvconf
|
|
|
|
[Scan]
|
|
DisablePeriodicScan=true
|