Skip to content

Commit

Permalink
fix: nixos module missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed May 20, 2024
1 parent 549e948 commit 905d2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/perfitd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ in
(if cfg.rootAccessTokenFile != null then
''
secret=$(${pkgs.coreutils}/bin/head -n 1 "${cfg.rootAccessTokenFile}")
PERFITD_ROOT_ACCESS_TOKEN="''${secret}"
export PERFITD_ROOT_ACCESS_TOKEN="''${secret}"
''
else
"") +
Expand Down

0 comments on commit 905d2ff

Please sign in to comment.