diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix index 3a7da8d..a0397b7 100644 --- 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