mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02: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;
|
services.interception-tools.enable = lib.mkForce false;
|
||||||
networking.resolvconf.enable = lib.mkForce true;
|
networking.resolvconf.enable = lib.mkForce true;
|
||||||
|
zramSwap.enable = lib.mkForce false;
|
||||||
|
|
||||||
boot.enableContainers = false;
|
boot.enableContainers = false;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user