mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
phone: Enable mac randomization
This commit is contained in:
parent
675e7e47de
commit
39eef2e126
@ -61,7 +61,12 @@ in
|
||||
hostName = "mobile-nixos";
|
||||
wireless.enable = false;
|
||||
wireguard.enable = true;
|
||||
networkmanager.enable = true;
|
||||
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.macAddress = "random";
|
||||
ethernet.macAddress = "random";
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user