diff --git a/hosts/lift/configuration.nix b/hosts/lift/configuration.nix index 3ce0c39..74d8230 100644 --- a/hosts/lift/configuration.nix +++ b/hosts/lift/configuration.nix @@ -60,7 +60,7 @@ system.stateVersion = "23.05"; # Did you read the comment? virtualisation = { - incus.enable = false; + incus.enable = true; podman.enable = true; }; }