mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-03-12 22:36:15 +00:00
disable incus
This commit is contained in:
parent
93ea8aa662
commit
579f672404
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
config = lib.mkIf config.virtualization.enable {
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
incus.enable = true;
|
||||
incus.enable = false;
|
||||
libvirtd.enable = true;
|
||||
lxc = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue