meow
This commit is contained in:
parent
24ca18c18e
commit
f54534e771
3 changed files with 29 additions and 0 deletions
5
modules/virtualisation.nix
Normal file
5
modules/virtualisation.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue