mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixos/jormungandr: adding RUST_BACKTRACE until service is stable
This commit is contained in:
parent
db1f05c763
commit
af9c515c8b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user