mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-03-13 14:49:21 +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 {
|
config = lib.mkIf config.virtualization.enable {
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
incus.enable = true;
|
incus.enable = false;
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
lxc = {
|
lxc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue