update comment
This commit is contained in:
parent
565c64062a
commit
afdc532d8d
@ -291,7 +291,8 @@
|
|||||||
|
|
||||||
systemd.services = {
|
systemd.services = {
|
||||||
matrix-synapse = let
|
matrix-synapse = let
|
||||||
# TODO https://github.com/NixOS/nixpkgs/pull/222336 replace with `preStart`
|
# I tried to move this to preStart, but it complains:
|
||||||
|
# Config is missing macaroon_secret_key
|
||||||
secretsScript = pkgs.writeShellScript "write-secrets" ''
|
secretsScript = pkgs.writeShellScript "write-secrets" ''
|
||||||
set -xeuo pipefail
|
set -xeuo pipefail
|
||||||
umask 077
|
umask 077
|
||||||
|
Loading…
Reference in New Issue
Block a user