Update system and randomize MAC

Updated packages and their names
Fixed randomize mac address
Updated zen.nix to fix the config
This commit is contained in:
2026-04-15 15:54:09 +02:00
parent c8042ef095
commit b419708566
5 changed files with 27 additions and 23 deletions
+5 -1
View File
@@ -12,12 +12,16 @@
enable = true;
dns = "none";
wifi.powersave = true;
randomMacAddress = true;
plugins = with pkgs; [
networkmanager-openvpn
];
};
# MAC address randomization via wpa_supplicant
wireless.extraConfig = ''
mac_addr=1
'';
useDHCP = false;
dhcpcd.enable = false;
};