mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
add envvars to
This commit is contained in:
@@ -26,6 +26,10 @@ in
|
|||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
PYTHONPATH = "${inputs.self}";
|
PYTHONPATH = "${inputs.self}";
|
||||||
|
SIGNALBOT_DB = "richie";
|
||||||
|
SIGNALBOT_USER = "signalbot";
|
||||||
|
SIGNALBOT_HOST = "/run/postgresql";
|
||||||
|
SIGNALBOT_PORT = "5432";
|
||||||
};
|
};
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user