1
0
Fork 0

Allow VMs to access the network

This commit is contained in:
Aires 2024-05-22 19:30:02 -04:00
parent 1c18db2956
commit 06cca121fe

View file

@ -44,14 +44,5 @@ in
virt-viewer
];
programs.virt-manager.enable = true;
home-manager.users.${cfg.user} = {
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = [ "qemu:///system" ];
uris = [ "qemu:///system" ];
};
};
};
};
}