From 7e678f5a78b49214a5e53b4eef36417cc0209b6a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:20:48 +0400 Subject: [PATCH] i called it libvirtd lmao --- hosts/sakopc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index 96e8dc26..4e12bdaa 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -111,7 +111,7 @@ certs.enable = true; }; virtualization = { - virt-manager.enable = true; + libvirtd.enable = true; }; };