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

[main]
dhcp=dhcpcd
plugins=ifupdown,keyfile
dns=systemd-resolved

[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
connection.mdns=2

[logging]
level=INFO

[ifupdown]
managed=true