Added KVM on bomba

This commit is contained in:
2026-02-05 23:09:30 +01:00
parent c20cfd6f57
commit 193d6c5411
4 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
{ currentSystemUser, ... }:
{
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["${currentSystemUser}"];
virtualisation = {
docker.enable = true;
libvirtd.enable = true;