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:
Donovan Glover 2024-01-12 04:14:51 -05:00
parent 01cfcc43d2
commit a070bb5531
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -25,5 +25,6 @@
};
services.interception-tools.enable = lib.mkForce false;
networking.resolvconf.enable = lib.mkForce true;
};
}