diff --git a/applications/discord.nix b/applications/discord.nix index 50287d9..a4b08a4 100644 --- a/applications/discord.nix +++ b/applications/discord.nix @@ -22,6 +22,7 @@ in { age.secrets.discord_token.file = ../secrets/discord/token.age; age.secrets.discord_ldap.file = ../secrets/discord/ldap.age; age.secrets.discord_mail.file = ../secrets/email/details.age; + age.secrets.discord_wolves.file = ../secrets/wolves/details.age; services.skynet_discord_bot = { enable = true; @@ -30,6 +31,7 @@ in { discord = config.age.secrets.discord_token.path; ldap = config.age.secrets.discord_ldap.path; mail = config.age.secrets.discord_mail.path; + wolves = config.age.secrets.discord_wolves.path; }; discord.server = "689189992417067052"; diff --git a/flake.lock b/flake.lock index 36dde97..4a16d95 100644 --- a/flake.lock +++ b/flake.lock @@ -657,11 +657,11 @@ }, "locked": { "host": "gitlab.skynet.ie", - "lastModified": 1698165887, - "narHash": "sha256-eHmW39g6m+OlgAqPkRL4FKGKEkD/Ot/+OYGatDZxg3M=", + "lastModified": 1698371462, + "narHash": "sha256-eoLktDisUL5Z4Xzg3UtfrRuXxdmQnex+vmmPMrc2pP0=", "owner": "compsoc1%2Fskynet", "repo": "discord-bot", - "rev": "4125ad634f7b83a026784301c0088f09521330f5", + "rev": "b228c4a061318ed5d6dc91aaad408d53b1159289", "type": "gitlab" }, "original": {