Skip to content

Commit

Permalink
nixos-modules/host: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Dec 23, 2022
1 parent 51b6b4a commit eb32783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-modules/host.nix
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ in
--socket-group=${config.users.users.microvm.group} \
--shared-dir $SOURCE \
--inode-file-handles \
--rlimit-nofile ${serviceConfig.LimitNOFILE} \
--rlimit-nofile ${toString serviceConfig.LimitNOFILE} \
--thread-pool-size `nproc` \
--posix-acl --xattr \
&
Expand Down

0 comments on commit eb32783

Please sign in to comment.