fixed PYTHONPATH

This commit is contained in:
2025-11-10 15:44:49 -05:00
parent e99cd8e54a
commit 100b8145e8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ in
description = "validates startup";
path = [ pkgs.zfs ];
environment = {
PYTHONPATH = "/home/richie/dotfiles";
PYTHONPATH = "${../../..}/";
};
serviceConfig = {
EnvironmentFile = "${vars.secrets}/services/server-validation";