Skip to content

Commit

Permalink
nixos/public-inbox: bind key and cert paths
Browse files Browse the repository at this point in the history
Otherwise, these can't be accessed by the service.
  • Loading branch information
alyssais committed Jan 21, 2025
1 parent eb00bbc commit e1996d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/services/mail/public-inbox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ let
"${config.i18n.glibcLocales}"
]
++ mapAttrsToList (name: inbox: inbox.description) cfg.inboxes
++ filter (x: x != null) [
cfg.${proto}.cert or null
cfg.${proto}.key or null
]
++
# Without confinement the whole Nix store
# is made available to the service
Expand Down

0 comments on commit e1996d7

Please sign in to comment.