mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-01 03:29:24 +01:00
meta: Enable network-manager to manage dns
This enables virtual machines to make DNS queries without having to manually set things up.
This commit is contained in:
parent
77956b181b
commit
446a2c1647
@ -216,7 +216,6 @@ let VARIABLES = import ./variables.nix; in {
|
||||
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dns = "none";
|
||||
wifi.macAddress = "random";
|
||||
ethernet.macAddress = "random";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user