Skip to content

Commit

Permalink
fix(tsnsrv): fix authKeyPath
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Jan 12, 2025
1 parent 47a1e68 commit 4d49326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systems/nixos/services/hydra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

services.tsnsrv.services.hydra = {
ephemeral = true;
authKeyPath = "/run/credentials/tsnsrv-hydra.service/credentials";
authKeyPath = config.sops.secrets.tailscale-authkey.path;
toURL = config.services.hydra.hydraURL;
};

Expand Down
2 changes: 1 addition & 1 deletion systems/nixos/services/miniflux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

services.tsnsrv.services.rss-reader = {
ephemeral = true;
authKeyPath = "/run/credentials/tsnsrv-rss-reader.service/credentials";
authKeyPath = config.sops.secrets.tailscale-authkey.path;
toURL = "http://127.0.0.1:${config.services.miniflux.config.PORT}";
};

Expand Down

0 comments on commit 4d49326

Please sign in to comment.