Merge pull request #53204 from peterhoeg/m/libvirt

libvirt: support proper networking in user session
This commit is contained in:
Peter Hoeg
2019-06-27 11:39:48 +08:00
committed by GitHub
2 changed files with 66 additions and 40 deletions
@@ -76,6 +76,8 @@ in stdenv.mkDerivation rec {
"--with-esx"
"--with-remote"
] ++ optionals stdenv.isLinux [
"QEMU_BRIDGE_HELPER=/run/wrappers/bin/qemu-bridge-helper"
"QEMU_PR_HELPER=/run/libvirt/nix-helpers/qemu-pr-helper"
"--with-attr"
"--with-apparmor"
"--with-secdriver-apparmor"