1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-05 09:08:47 +02:00

configure trucksimulatorbot

This commit is contained in:
Rouven Seifert 2023-05-29 13:31:20 +02:00
parent 747b917732
commit 1c023fa7af
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 71 additions and 33 deletions
hosts/falkenstein-1/modules/purge

View file

@ -6,6 +6,10 @@ in
sops.secrets."purge/environment".owner = "purge";
services.purge = {
enable = true;
discord = {
clientId = "941041925216157746";
publicKey = "d2945f6130d9b4a8dda8c8bf52db5dee127a82f89c6b8782e84aa8f45f61d402";
};
environmentFile = config.sops.secrets."purge/environment".path;
};
services.nginx.virtualHosts."${domain}" = {