mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
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
10 lines
363 B
Django/Jinja
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
|