fix(modules): set umask for narbridge service
This commit is contained in:
parent
608f8008eb
commit
2b485d822c
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ in
|
|||
EXPERIMENTAL_STORE_COMPOSITION = settingsFormat.generate "Config.toml" cache.nar-bridge-composition;
|
||||
};
|
||||
serviceConfig = {
|
||||
UMask = "007";
|
||||
ExecStart = "${pkgs.tvix}/bin/nar-bridge --otlp=false --listen-address=\"${cache.narBridgeListenAddress}\"";
|
||||
DynamicUser = true;
|
||||
Group = "tvix-castore";
|
||||
|
|
Loading…
Reference in a new issue