mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixed PYTHONPATH
This commit is contained in:
@@ -22,7 +22,7 @@ in
|
||||
description = "validates startup";
|
||||
path = [ pkgs.zfs ];
|
||||
environment = {
|
||||
PYTHONPATH = "/home/richie/dotfiles";
|
||||
PYTHONPATH = "${../../..}/";
|
||||
};
|
||||
serviceConfig = {
|
||||
EnvironmentFile = "${vars.secrets}/services/server-validation";
|
||||
|
||||
Reference in New Issue
Block a user