spark/roles/networkmanager/templates/random_mac.conf.j2
Pig Monkey 48a32e5e7e replace Macchiato with NetworkManager MAC randomization
Macchiato is no longer in the AUR, but NetworkManager's built in
behaviour is good enough.

https://wiki.archlinux.org/title/NetworkManager#Configuring_MAC_address_randomization
2024-04-25 20:19:50 -07:00

10 lines
363 B
Django/Jinja

# {{ ansible_managed }}
[device-mac-randomization]
# Always use a random MAC when scanning wifi networks.
wifi.scan-rand-mac-address=yes
[connection-mac-randomization]
# Randomize MAC for every ethernet connection.
ethernet.cloned-mac-address=random
# Generate a random MAC for each wifi network and associate the two permanently.
wifi.cloned-mac-address=stable