Virt-manager: Difference between revisions

imported>The-furry-hubofeverything
m Added note to explain dconf, numerous issues were created on nixpkgs were related to this
imported>The-furry-hubofeverything
Module upstreamed and available for unstable
Line 2: Line 2:


=== NixOS ===
=== NixOS ===
Before 23.11:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.enable = true;
Line 7: Line 8:
environment.systemPackages = with pkgs; [ virt-manager ];
environment.systemPackages = with pkgs; [ virt-manager ];
</syntaxhighlight>
</syntaxhighlight>
After 23.11:
<syntaxhighlight lang="nix">
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
</syntaxhighlight>
See [https://github.com/NixOS/nixpkgs/pull/261474 relevant merge request]


You will get a warning when you open it for the first time
You will get a warning when you open it for the first time