add random mac option
This commit is contained in:
parent
2eebdd819e
commit
7c2d547411
3 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@ _: {
|
|||
../../options/desktop/mullvad-vpn.nix
|
||||
../../options/desktop/opentabletdriver.nix
|
||||
../../options/desktop/power-supply.nix
|
||||
../../options/desktop/random-mac.nix
|
||||
../../options/desktop/suspend.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@ _: {
|
|||
../../options/desktop/mullvad-vpn.nix
|
||||
../../options/desktop/opentabletdriver.nix
|
||||
#../../options/desktop/power-supply.nix
|
||||
../../options/desktop/random-mac.nix
|
||||
../../options/desktop/suspend.nix
|
||||
];
|
||||
}
|
||||
|
|
3
options/desktop/random-mac.nix
Normal file
3
options/desktop/random-mac.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
networking.networkmanager.wifi.macAddress = "random";
|
||||
}
|
Loading…
Reference in a new issue