Update to NixOS unstable
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M system/settings/services/virtualisation.nix → system/settings/services/virtualisation.nix
@@ -13,7 +13,7 @@ }; }; environment.systemPackages = with pkgs; [ - virtmanager + virt-manager OVMF ]; }