From 16970e3252d0c4561d1a219bb2327fb10890dbaa Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 7 Nov 2024 00:02:29 +0100 Subject: [PATCH] nixos/hebbot: Fix systemd service --- nixos/modules/services/matrix/hebbot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/matrix/hebbot.nix b/nixos/modules/services/matrix/hebbot.nix index 9f344fbe08d0..ba676422ca1f 100644 --- a/nixos/modules/services/matrix/hebbot.nix +++ b/nixos/modules/services/matrix/hebbot.nix @@ -70,7 +70,7 @@ in LoadCredential = "bot-password-file:${cfg.botPasswordFile}"; RestartSec = "10s"; StateDirectory = "hebbot"; - WorkingDirectory = "hebbot"; + WorkingDirectory = "/var/lib/hebbot"; }; }; };