fmt, no random mac for server

This commit is contained in:
Henry Hiles 2025-03-22 20:57:04 -04:00
parent 9c5d359ca9
commit 81b49aa923
4 changed files with 27 additions and 24 deletions

View file

@ -1,6 +1,3 @@
{
networking.networkmanager = {
enable = true;
wifi.macAddress = "random";
};
networking.networkmanager.enable = true;
}