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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user