I should commit more frequently
This commit is contained in:
parent
aa8003f5b4
commit
e82241b8b0
70 changed files with 1091 additions and 2018 deletions
6
modules/virt-manager/default.nix
Normal file
6
modules/virt-manager/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{config, ...}: {
|
||||
programs.virt-manager.enable = true;
|
||||
virtualisation.libvirtd.enable = true;
|
||||
users.users."${config.ccr.username}".extraGroups = ["libvirtd"];
|
||||
virtualisation.libvirtd.qemu.swtpm.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue