Virt-manager: Difference between revisions

imported>BridgerB
mNo edit summary
imported>The-furry-hubofeverything
m Added note to explain dconf, numerous issues were created on nixpkgs were related to this
Line 4: Line 4:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
programs.dconf.enable = true; # virt-manager requires dconf to remember settings
environment.systemPackages = with pkgs; [ virt-manager ];
environment.systemPackages = with pkgs; [ virt-manager ];
</syntaxhighlight>
</syntaxhighlight>