Skip to content

Commit

Permalink
Oh, it's not meant to be in serviceConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Astralchroma authored Jan 13, 2025
1 parent c2d1573 commit 166a7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@

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

environment.RUST_BACKTRACE = "true";

serviceConfig = with config.age.secrets; {
User = "axolotl_client-api";
Group = "axolotl_client-api";
Expand All @@ -90,8 +92,6 @@
${optionalString (cfg.notesFile != null) "--notes-file ${cfg.notesFile}"}
'';

environment.RUST_BACKTRACE = "true";

# Why can't this shit just be the default?
CapabilityBoundingSet = "";
LockPersonality = true;
Expand Down

0 comments on commit 166a7fc

Please sign in to comment.