mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
virtualization: Disable containers
Not needed inside the VM.
This commit is contained in:
parent
bb54cc3ab4
commit
240a3e8355
@ -26,5 +26,7 @@
|
|||||||
|
|
||||||
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;
|
||||||
|
|
||||||
|
boot.enableContainers = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user