From 39eef2e1266bc28d158805d1069c2e0a4624a3b2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jun 2024 13:46:14 -0400 Subject: [PATCH] phone: Enable mac randomization --- phone/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 = {