Skip to content

Commit

Permalink
nixos-modules/microvm/virtiofsd/default: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Nov 30, 2024
1 parent 6f9ae04 commit 01402c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-modules/microvm/virtiofsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in
exec ${supervisorctl} reload
'';

virtiosd-shutdown = ''
virtiofsd-shutdown = ''
exec ${supervisorctl} stop
'';
};
Expand Down

0 comments on commit 01402c6

Please sign in to comment.