mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-07 05:08:51 -04:00
8 lines
No EOL
178 B
Nix
8 lines
No EOL
178 B
Nix
{
|
|
programs.virt-manager.enable = true;
|
|
users.groups.libvirtd.members = ["may"];
|
|
virtualisation = {
|
|
libvirtd.enable = true;
|
|
spiceUSBRedirection.enable = true;
|
|
};
|
|
} |