i did something but i forgot
This commit is contained in:
parent
4e6480d9a0
commit
d4df25abdf
27 changed files with 45 additions and 26 deletions
8
nix/modules/virt.nix
Normal file
8
nix/modules/virt.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue