Skip to content

Commit

Permalink
Merge pull request #68243 from mmahut/jormungandr
Browse files Browse the repository at this point in the history
nixos/jormungandr: adding RUST_BACKTRACE until service is stable
  • Loading branch information
mmahut committed Sep 7, 2019
2 parents 98582c6 + af9c515 commit a2550e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/modules/services/networking/jormungandr.nix
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 a2550e2

Please sign in to comment.