blob: 43baa2f61fe879ec36babc36b6ac194554f8f510 (
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
|
[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]
wifi.powersave=2
connection.mdns=2
[device]
wifi.backend=iwd
[logging]
level=INFO
[ifupdown]
managed=true
|