From afdc532d8db3ebf6e7b9dfa5147b08a2c8bdedce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 25 Aug 2023 15:43:25 +0300 Subject: [PATCH] update comment --- 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 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