diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/socrates/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/socrates/default.nix b/nixos/socrates/default.nix index ebb62036bd8f..3891123850d5 100644 --- a/nixos/socrates/default.nix +++ b/nixos/socrates/default.nix @@ -118,7 +118,7 @@ in { # systemd.services.monzo-token-server = { # enable = true; # description = "Ensure my Monzo access token is valid"; - # script = "${briefcase.monzo_ynab.tokens}/bin/token-server"; + # script = "${briefcase.tools.monzo_ynab.tokens}/bin/token-server"; # # TODO(wpcarro): I'm unsure of the size of this security risk, but if a # # non-root user runs `systemctl cat monzo-token-server`, they could read the # # following, sensitive environment variables. |