Skip to content

Commit

Permalink
nixos/jormungandr: adding RUST_BACKTRACE until service is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Sep 7, 2019
1 parent db1f05c commit af9c515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/modules/services/networking/jormungandr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af9c515

Please sign in to comment.