add vagrant to libvirtd aspect; add libvirtd aspect to alexandria

This commit is contained in:
William 2026-02-17 14:03:58 -03:00
parent cd16985ddc
commit 385586a376
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@
# other aspects # other aspects
fwupd fwupd
lxc libvirtd
]); ]);
}; };
} }

View file

@ -15,6 +15,8 @@
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
environment.systemPackages = with pkgs; [ vagrant ];
networking.firewall.trustedInterfaces = [ "virbr0" ]; networking.firewall.trustedInterfaces = [ "virbr0" ];
users.users.user.extraGroups = [ users.users.user.extraGroups = [