Add nix-book
This commit is contained in:
6
roles/virtualisation/default.nix
Normal file
6
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