commit afdc532d8db3ebf6e7b9dfa5147b08a2c8bdedce (tree) parent 565c64062ab27b51f438df6f7f9b1b1ea899144d Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 25 Aug 2023 15:43:25 +0300 update comment Diffstat:
| M | hosts/hel1-a/configuration.nix | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix @@ -291,7 +291,8 @@ systemd.services = { 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" '' set -xeuo pipefail umask 077