From df463c02fba5f0bce2ba8ec355ea4dde70f8b97a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 8 Apr 2021 03:44:52 +0200 Subject: [PATCH] lohr: mention systemd specific issue --- services/lohr.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/lohr.nix b/services/lohr.nix index 957babf..3304d50 100644 --- a/services/lohr.nix +++ b/services/lohr.nix @@ -40,6 +40,7 @@ in "ROCKET_PORT=${toString cfg.port}" "ROCKET_LOG_LEVEL=normal" "LOHR_HOME=${cfg.home}" + # NOTE: secret cannot contain a '%', it's interpreted by systemd "'LOHR_SECRET=${secrets.lohr-shared-secret}'" ]; ExecStart = "${lohrPkg}/bin/lohr";