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