1
0
forked from extern/nix-config

nix: Remove duplicate option

This commit is contained in:
Donovan Glover 2023-06-05 13:04:03 -04:00
parent d254910993
commit 6d1861e3e7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -173,6 +173,8 @@
dns = "none";
wifi.macAddress = "random";
ethernet.macAddress = "random";
unmanaged = [ "interface-name:ve-*" ];
};
useHostResolvConf = true;
@ -219,9 +221,5 @@
}
];
};
networkmanager = {
unmanaged = [ "interface-name:ve-*" ];
};
};
}