1
0
Fork 0

Change to libvirtd for virtual machines

This commit is contained in:
Avery 2025-01-15 15:38:48 +01:00
parent 8211765df4
commit a12e401ed9
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 13 additions and 2 deletions

View file

@ -10,6 +10,12 @@
./sway.nix
./qt.nix
];
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = [ "qemu:///system" ];
uris = [ "qemu:///system" ];
};
};
home = {
packages = with pkgs; [
gimp