mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
virtualization: Disable zram
Causes errors on startup and generally isn't useful inside the VM.
This commit is contained in:
parent
d29e0c909e
commit
1f1670ac54
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user