This commit is contained in:
Lucy 2025-09-16 12:41:05 +02:00
parent c9a35ffb15
commit 57cf8f77dd
2 changed files with 8 additions and 0 deletions

7
modules/libvirt.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
users.users.lucy.extraGroups = [ "libvirtd" ];
}