Skip to content

Commit

Permalink
Use smaller qemu-utils for qemu-bridge-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and astro committed Jun 26, 2024
1 parent 146fec8 commit cc831e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-modules/host/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ in
# This helper creates tap interfaces and attaches them to a bridge
# for qemu regardless if it is run as root or not.
security.wrappers.qemu-bridge-helper = lib.mkIf (!config.virtualisation.libvirtd.enable) {
source = "${pkgs.qemu}/libexec/qemu-bridge-helper";
source = "${pkgs.qemu-utils}/libexec/qemu-bridge-helper";
owner = "root";
group = "root";
capabilities = "cap_net_admin+ep";
Expand Down

0 comments on commit cc831e7

Please sign in to comment.