added polkit to make libvirt work remote

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-22 10:02:04 +02:00
parent 15dd2a5ab8
commit 2c3718ac3a

View file

@ -4,5 +4,6 @@
environment.systemPackages = with pkgs; [
qemu_kvm
libvirt
polkit
];
}