Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs-stable, ... }: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager = {
|
||||
enable = true;
|
||||
package = pkgs-stable.virt-manager;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user