Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ln -sf $SERVER/jobconfig.toml jobconfig.toml
ln -sf /run/agenix/tg13-comms comms.txt
ln -sf /run/agenix/tg13-dbconfig dbconfig.txt
ln -sf /run/agenix/tg13-tts_secrets tts_secrets.txt
ln -sf /run/agenix/tg13-webhooks webhooks.txt
#Check garage is alive before rcloning from it
curl -sf http://localhost:3903/health
if [ $? -ne 0 ]; then
Expand Down
1 change: 0 additions & 1 deletion systems/game-servers/secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ in {
# If you change it here change it there as well
"tg13-comms.age".publicKeys = final;
"tg13-tts_secrets.age".publicKeys = final;
"tg13-webhooks.age".publicKeys = final;
"tg13-extra_config-rclone.age".publicKeys = final;
# TGMC Secret
"tgmc-dbconfig.age".publicKeys = final;
Expand Down
Binary file removed systems/game-servers/secrets/tg13-webhooks.age
Binary file not shown.
Loading