Allow VMs to access the network
This commit is contained in:
parent
1c18db2956
commit
06cca121fe
|
@ -44,14 +44,5 @@ in
|
||||||
virt-viewer
|
virt-viewer
|
||||||
];
|
];
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
home-manager.users.${cfg.user} = {
|
|
||||||
dconf.settings = {
|
|
||||||
"org/virt-manager/virt-manager/connections" = {
|
|
||||||
autoconnect = [ "qemu:///system" ];
|
|
||||||
uris = [ "qemu:///system" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue