Desktop/NetworkManager: enable wifi mac address randomisation

This commit is contained in:
Toast 2024-02-21 14:09:35 +01:00
parent d90a267618
commit cb748fedaa

View file

@ -10,5 +10,6 @@ in
unmanaged = [
"interface-name:${tailscaleName}"
];
wifi.macAddress = "random";
};
}