🐛 fix libvirtd network error
parent
7502fed241
commit
09f04cb163
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in New Issue