diff --git a/phone/configuration.nix b/phone/configuration.nix index 6e39b3d9..985cdf40 100644 --- a/phone/configuration.nix +++ b/phone/configuration.nix @@ -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 = {