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