Enable incus on lift

This commit is contained in:
Johannes Rothe 2025-01-12 18:35:31 +01:00
parent 74b621b335
commit f9ed56664a

View File

@ -60,7 +60,7 @@
system.stateVersion = "23.05"; # Did you read the comment?
virtualisation = {
incus.enable = false;
incus.enable = true;
podman.enable = true;
};
}