Skip to content

Commit cc831e7

Browse files
SuperSandro2000astro
authored andcommitted
Use smaller qemu-utils for qemu-bridge-helper
1 parent 146fec8 commit cc831e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/host/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ in
349349
# This helper creates tap interfaces and attaches them to a bridge
350350
# for qemu regardless if it is run as root or not.
351351
security.wrappers.qemu-bridge-helper = lib.mkIf (!config.virtualisation.libvirtd.enable) {
352-
source = "${pkgs.qemu}/libexec/qemu-bridge-helper";
352+
source = "${pkgs.qemu-utils}/libexec/qemu-bridge-helper";
353353
owner = "root";
354354
group = "root";
355355
capabilities = "cap_net_admin+ep";

0 commit comments

Comments
 (0)