switch virt-manager back to unstable

This commit is contained in:
uku 2023-11-20 16:52:59 +01:00
parent be5c1aa235
commit 5d843b364d
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -177,10 +177,7 @@ in {
plugins = with pkgs.xfce; [thunar-volman thunar-archive-plugin]; plugins = with pkgs.xfce; [thunar-volman thunar-archive-plugin];
}; };
virt-manager = { virt-manager.enable = true;
enable = true;
package = nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.virt-manager;
};
}; };
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;