mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-17 00:39:23 +01:00
16 lines
335 B
SYSTEMD
16 lines
335 B
SYSTEMD
[Match]
|
|
#Name=*
|
|
# Can be {colon,hyphen,dot}-delimited hexadecimal or IPv{4,6} address
|
|
#MACAddress=
|
|
Type=wlan
|
|
|
|
[Link]
|
|
# Always set administrative state to up. Implies RequiredForOnline=yes
|
|
ActivationPolicy=always-up
|
|
# Managed by iwd
|
|
Unmanaged=true
|
|
|
|
[Network]
|
|
IPv6PrivacyExtensions=true
|
|
IPv6LinkLocalAddressGenerationMode=stable-privacy
|