From b6d7aae9713d45aa0c4a0f646ec1f41d56a00761 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 14 Mar 2024 11:49:27 +0100 Subject: [PATCH] talos: don't need virtualisation right now --- hosts/talos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index 33726d7..4def4d9 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -65,7 +65,7 @@ }; virtualisation = { docker.enable = true; - libvirtd.enable = true; + libvirtd.enable = false; }; my.services = {