Skip to content

Commit

Permalink
Disable seccomp filter to fix crash on nixos-23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and astro committed Jun 6, 2023
1 parent 50993d2 commit 18c04cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos-modules/host.nix
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ in
mkdir -p $SOURCE
virtiofsd \
--seccomp=none \
--socket-path=$SOCKET \
--socket-group=${config.users.users.microvm.group} \
--shared-dir $SOURCE \
Expand Down

0 comments on commit 18c04cb

Please sign in to comment.