Skip to content

Commit

Permalink
fix(tsnsrv): remove an old setting which conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Jan 12, 2025
1 parent 5fcc7db commit 47a1e68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions systems/nixos/services/hydra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
toURL = config.services.hydra.hydraURL;
};

systemd.services.tsnsrv-hydra.serviceConfig.LoadCredential =
"credentials:${config.sops.secrets.tailscale-authkey.path}";

sops.secrets = {
hydra-admin-password = {
sopsFile = ./secrets.yaml;
Expand Down
3 changes: 0 additions & 3 deletions systems/nixos/services/miniflux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
toURL = "http://127.0.0.1:${config.services.miniflux.config.PORT}";
};

systemd.services.tsnsrv-rss-reader.serviceConfig.LoadCredential =
"credentials:${config.sops.secrets.tailscale-authkey.path}";

sops.secrets.miniflux = { };
}

0 comments on commit 47a1e68

Please sign in to comment.