From 8e293abad4679f3402ec8a3a1ab06dcab557dd93 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 21 Jul 2025 20:31:14 +0000 Subject: [PATCH] Better specify the librechat service to restart on changes Without the '.service' it can't find it. Odd. --- modules/system/librechat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/librechat.nix b/modules/system/librechat.nix index 9673b03..2592adc 100644 --- a/modules/system/librechat.nix +++ b/modules/system/librechat.nix @@ -18,7 +18,7 @@ with lib; group = "librechat"; mode = "0440"; owner = "librechat"; - restartUnits = ["librechat"]; + restartUnits = ["librechat.service"]; sopsFile = ../../secrets/librechat.env; }; systemd.services.librechat = {