🐛 fix libvirtd network error

This commit is contained in:
Moritz Böhme 2022-09-01 11:11:58 +02:00
parent 7502fed241
commit 09f04cb163

View file

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