mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: enable virt-manager based on libvirtd "enablement"
This commit is contained in:
parent
10f6123334
commit
8715aa8de1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.virt-manager.enable =
|
programs.virt-manager.enable =
|
||||||
if (config.virtualisation.waydroid.enable == true) then true else false;
|
if (config.virtualisation.libvirtd.enable == true) then true else false;
|
||||||
#dconf.settings."org/virt-manager/virt-manager/connections" =
|
#dconf.settings."org/virt-manager/virt-manager/connections" =
|
||||||
# if (config.programs.virt-manager.enable == true) then
|
# if (config.programs.virt-manager.enable == true) then
|
||||||
# {
|
# {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue