diff --git a/nixos/hosts/gandalf/default.nix b/nixos/hosts/gandalf/default.nix index 94f1617..d6ad088 100644 --- a/nixos/hosts/gandalf/default.nix +++ b/nixos/hosts/gandalf/default.nix @@ -95,9 +95,9 @@ in services = { podman.enable = true; + libvirt-qemu.enable = true; # Sanoid - sanoid = { enable = true; inherit (sanoidConfig.outputs) templates datasets;