Update hermes

This commit is contained in:
muon 2026-06-02 08:51:33 +00:00
parent 609b3384c0
commit 637619cb38
2 changed files with 36 additions and 1 deletions

View file

@ -19,7 +19,7 @@ let
postBuild = ''
wrapProgram $out/bin/auth2api \
--add-flags "--config=${cfg.stateDir}/config.yaml" \
--run "umask 027"
--run "umask 007"
'';
};