Formatting and code cleanup

This commit is contained in:
Jurn Wubben 2025-05-24 14:42:31 +02:00
parent 2692526aaf
commit 05a6997b68
8 changed files with 59 additions and 57 deletions

View file

@ -1,8 +1,10 @@
{
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["jsw"];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
virtualisation.podman.enable = true;
virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
podman.enable = true;
};
}