tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/public-inbox: make coderepo paths accessible
Alyssa Ross
2 years ago
03216e70
68c68f39
+2
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
mail
public-inbox.nix
+2
nixos/modules/services/mail/public-inbox.nix
···
460
460
after = [ "public-inbox-init.service" "public-inbox-watch.service" ];
461
461
requires = [ "public-inbox-init.service" ];
462
462
serviceConfig = {
463
463
+
BindPathsReadOnly =
464
464
+
map (c: c.dir) (lib.attrValues cfg.settings.coderepo);
463
465
ExecStart = escapeShellArgs (
464
466
[ "${cfg.package}/bin/public-inbox-httpd" ] ++
465
467
cfg.http.args ++