added some dev apps and services
This commit is contained in:
16
system/services/libvirtd.nix
Normal file
16
system/services/libvirtd.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
allowedBridges = [
|
||||
"virbr0"
|
||||
"nm-bridge"
|
||||
];
|
||||
qemu.package = pkgs.qemu_full;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
qemu-utils
|
||||
virt-manager
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user