Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 166a7fc

Browse files
authored
Oh, it's not meant to be in serviceConfig
1 parent c2d1573 commit 166a7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474

7575
upheldBy = [ "multi-user.target" ];
7676

77+
environment.RUST_BACKTRACE = "true";
78+
7779
serviceConfig = with config.age.secrets; {
7880
User = "axolotl_client-api";
7981
Group = "axolotl_client-api";
@@ -90,8 +92,6 @@
9092
${optionalString (cfg.notesFile != null) "--notes-file ${cfg.notesFile}"}
9193
'';
9294

93-
environment.RUST_BACKTRACE = "true";
94-
9595
# Why can't this shit just be the default?
9696
CapabilityBoundingSet = "";
9797
LockPersonality = true;

0 commit comments

Comments
 (0)