Skip to content

Commit

Permalink
Fix quoting of virtiofs sources in supervisord config
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deaddict authored and astro committed Aug 11, 2024
1 parent 15bca94 commit 802ef17
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 @@ -297,7 +297,7 @@ in
command=${lib.getExe pkgs.virtiofsd} \
--socket-path=$SOCKET \
--socket-group=${config.users.users.microvm.group} \
--shared-dir "$SOURCE" \
--shared-dir=\"$SOURCE\" \
--rlimit-nofile ${toString serviceConfig.LimitNOFILE} \
--thread-pool-size ${toString config.microvm.virtiofsd.threadPoolSize} \
--posix-acl --xattr \
Expand Down

0 comments on commit 802ef17

Please sign in to comment.