virtualization: Disable containers

Not needed inside the VM.
This commit is contained in:
Donovan Glover 2024-01-31 04:32:57 -05:00
parent bb54cc3ab4
commit 240a3e8355
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -26,5 +26,7 @@
services.interception-tools.enable = lib.mkForce false;
networking.resolvconf.enable = lib.mkForce true;
boot.enableContainers = false;
};
}