🐛 fix libvirtd network error

dev-docs
Moritz Böhme 2022-09-01 11:11:58 +02:00
parent 7502fed241
commit 09f04cb163
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ in
config = mkIf cfg.enable {
virtualisation.libvirtd = {
enable = true;
package = pkgs.stable.libvirt;
package = pkgs.libvirt;
};
home-manager.users.moritz.home.packages = with pkgs; [ virt-manager ];
users.users.moritz.extraGroups = [ "libvirtd" ];