From f9ed56664ac37b3c592ad0cb3ab9ed0b6cda9982 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 12 Jan 2025 18:35:31 +0100 Subject: [PATCH] Enable incus on lift --- hosts/lift/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }