mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
virtualization: Enable resolvconf
Fixes network connectivity in the virtual machine. Necessary due to the change to the Mullvad packaging that required resolvconf to be disabled on the host.
This commit is contained in:
parent
01cfcc43d2
commit
a070bb5531
@ -25,5 +25,6 @@
|
||||
};
|
||||
|
||||
services.interception-tools.enable = lib.mkForce false;
|
||||
networking.resolvconf.enable = lib.mkForce true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user