We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146fec8 commit cc831e7Copy full SHA for cc831e7
nixos-modules/host/default.nix
@@ -349,7 +349,7 @@ in
349
# This helper creates tap interfaces and attaches them to a bridge
350
# for qemu regardless if it is run as root or not.
351
security.wrappers.qemu-bridge-helper = lib.mkIf (!config.virtualisation.libvirtd.enable) {
352
- source = "${pkgs.qemu}/libexec/qemu-bridge-helper";
+ source = "${pkgs.qemu-utils}/libexec/qemu-bridge-helper";
353
owner = "root";
354
group = "root";
355
capabilities = "cap_net_admin+ep";
0 commit comments