mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed virtualisation.libvirt missing
This commit is contained in:
parent
f0070a33c7
commit
608100b359
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ in
|
|||
qrencode
|
||||
|
||||
docker
|
||||
] ++ optionals (osConfig.virtualisation.libvirt.enable) [
|
||||
] ++ optionals (osConfig.virtualisation ? libvirt &&
|
||||
osConfig.virtualisation.libvirt.enable) [
|
||||
virt-manager
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue