summaryrefslogtreecommitdiffstats
path: root/roles/network/templates/NetworkManager.conf.j2
blob: 32d8a442da4e5733d6bdc9aac011c093557bd5e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[connectivity]
uri=https://ping.archlinux.org

[main]
dhcp=dhcpcd

[device-mac-randomization]
wifi.scan-rand-mac-address=yes

[connection-mac-randomization]
# Random MAC on every Ethernet connection
ethernet.cloned-mac-address=random
# Random (but permanent) MAC on every wifi network
wifi.cloned-mac-address=stable

[connection]
ipv6.ip6-privacy=2
ipv6.dhcp-duid=stable-uuid
wifi.powersave=2

[logging]
level=INFO