fix(discord): typo on declarative file

This commit is contained in:
Raphael 2025-05-18 17:32:03 +02:00
parent 6f422f5b80
commit b893f02971

View file

@ -24,7 +24,7 @@ in
EnvironmentFile = "/opt/Ada/.env"; EnvironmentFile = "/opt/Ada/.env";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 5; RestartSec = 5;
Environment = lib.mkForce'' Environment = lib.mkForce ''
Environment=PYTHONUNBUFFERED=1 Environment=PYTHONUNBUFFERED=1
''; '';
}; };