Add virtualisation role
This commit is contained in:
6
machines/roles/virtualisation/default.nix
Normal file
6
machines/roles/virtualisation/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user