nixos/jormungandr: adding RUST_BACKTRACE until service is stable

This commit is contained in:
Marek Mahut 2019-09-07 08:31:28 +02:00
parent db1f05c763
commit af9c515c8b

View File

@ -82,6 +82,9 @@ in {
description = "jormungandr server";
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
environment = {
RUST_BACKTRACE = "full";
};
serviceConfig = {
DynamicUser = true;
StateDirectory = baseNameOf dataDir;