Enable libvirtd
This commit is contained in:
parent
c41bb9d35e
commit
d37a9ad4d6
@ -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
|
||||
|
@ -57,6 +57,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
"davfs2"
|
||||
"disk"
|
||||
"docker"
|
||||
"libvirtd" # virt-manager
|
||||
"networkmanager"
|
||||
"plugdev"
|
||||
"podman"
|
||||
|
Loading…
Reference in New Issue
Block a user