i did something but i forgot

This commit is contained in:
lulusilly 2026-03-05 23:46:01 +00:00
parent 4e6480d9a0
commit d4df25abdf
27 changed files with 45 additions and 26 deletions

8
nix/modules/virt.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, inputs, ...}:
{
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["lunita"];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}