summaryrefslogtreecommitdiffstats
path: root/roles/network/templates/NetworkManager.conf.j2
blob: a67d2e275bf8dff212c1f99449b167b0c87cdec6 (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
29
30
31
[connectivity]
enabled=false

[main]
dhcp=internal
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

[device]
wifi.backend=iwd

[logging]
level=INFO

[ifupdown]
managed=true