From b3db658dd0055030618a254b87ad34b2f470415e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 21 Jan 2025 15:27:14 +0100 Subject: [PATCH] feat(aarch64-darwin): add virtualization tools to default.nix - Added `libvirt`, `dnsmasq`, `virt-manager`, and `qemu` to the `pkgs` list. - These tools enhance virtualization capabilities on aarch64-darwin systems. --- systems/aarch64-darwin/m4/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/aarch64-darwin/m4/default.nix b/systems/aarch64-darwin/m4/default.nix index 236497c..0c60d07 100644 --- a/systems/aarch64-darwin/m4/default.nix +++ b/systems/aarch64-darwin/m4/default.nix @@ -38,6 +38,10 @@ with lib.metacfg; ollama imagemagick gh + libvirt + dnsmasq + virt-manager + qemu ]; users.users.harald.shell = pkgs.fish;