Enable libvirtd
This commit is contained in:
@ -172,6 +172,16 @@ inputs:
|
||||
# virtualbox.host.enable = true;
|
||||
# virtualbox.host.enableExtensionPack = true;
|
||||
};
|
||||
# virt-manager
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
#dconf.settings = {
|
||||
#"org/virt-manager/virt-manager/connections" = {
|
||||
#autoconnect = ["qemu:///system"];
|
||||
#uris = ["qemu:///system"];
|
||||
#};
|
||||
#};
|
||||
|
||||
|
||||
programs = {
|
||||
# enable zsh globally
|
||||
|
Reference in New Issue
Block a user