14 lines
277 B
Nix
14 lines
277 B
Nix
{ ... }:
|
|
{
|
|
virtualisation.libvirtd.enable = true;
|
|
programs.virt-manager.enable = true;
|
|
|
|
# home manager
|
|
# dconf.settings = {
|
|
# "org/virt-manager/virt-manager/connections" = {
|
|
# autoconnect = ["qemu:///system"];
|
|
# uris = ["qemu:///system"];
|
|
# };
|
|
# };
|
|
}
|