virtualization: Disable zram

Causes errors on startup and generally isn't useful inside the VM.
This commit is contained in:
Donovan Glover 2024-04-05 22:23:20 -04:00
parent d29e0c909e
commit 1f1670ac54
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -139,6 +139,7 @@ in
services.interception-tools.enable = lib.mkForce false;
networking.resolvconf.enable = lib.mkForce true;
zramSwap.enable = lib.mkForce false;
boot.enableContainers = false;
};