2024-06-28 00:52:58 +02:00
|
|
|
{ ... }:
|
2024-06-27 20:59:55 +02:00
|
|
|
|
|
|
|
{
|
2024-06-28 00:52:58 +02:00
|
|
|
virtualisation.libvirtd.enable = true;
|
2024-06-27 20:59:55 +02:00
|
|
|
programs.virt-manager.enable = true;
|
2024-08-26 15:01:33 +02:00
|
|
|
|
|
|
|
users.users.hu.extraGroups = [ "libvirtd" ];
|
|
|
|
|
|
|
|
home-manager.users.hu = {
|
|
|
|
dconf.settings = {
|
|
|
|
"org/virt-manager/virt-manager/connections" = {
|
|
|
|
autoconnect = ["qemu:///system"];
|
|
|
|
uris = ["qemu:///system"];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-06-27 20:59:55 +02:00
|
|
|
}
|
2024-08-26 15:01:33 +02:00
|
|
|
|