This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/system/etc/iwd/main.conf

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