From 37ea881b0129049edbebf984a82660798c40deee Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Sun, 2 Jan 2022 20:57:15 +0000 Subject: [PATCH] Fix some pathing issues for amanuensis This should deprecate the need for using the python venv, as long as you su to the user as a login shell --- amanuensis.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amanuensis.nix b/amanuensis.nix index 7186835..c94236f 100644 --- a/amanuensis.nix +++ b/amanuensis.nix @@ -19,8 +19,9 @@ in # Create the server process systemd unit systemd.services.amanuensis = { - enable = false; + enable = true; description = "Amanuensis Lexicon server"; + path = [ python3-with-amanuensis-requires ]; serviceConfig = { Type = "simple"; ExecStart = "/home/amanuensis/Amanuensis/run.sh";