virt-manager: dconf setting option exists only on home-manager
This commit is contained in:
parent
b666e4ad13
commit
26f4bc8506
1 changed files with 0 additions and 6 deletions
|
@ -9,12 +9,6 @@ with lib;
|
||||||
mkIf (elem "virt-manager" config.machine.services) {
|
mkIf (elem "virt-manager" config.machine.services) {
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
dconf.settings = {
|
|
||||||
"org/virt-manager/virt-manager/connections" = {
|
|
||||||
autoconnect = [ "qemu:///system" ];
|
|
||||||
uris = [ "qemu:///system" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nfs.server.enable = true;
|
services.nfs.server.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue