Disable youmubot codeforces on deploy
This commit is contained in:
parent
53be56e835
commit
79d3deaac4
4 changed files with 6 additions and 4 deletions
|
@ -166,6 +166,7 @@
|
|||
sops.secrets.youmubot-env = { };
|
||||
services.youmubot = {
|
||||
enable = true;
|
||||
package = pkgs.youmubot.override { enableCodeforces = false; };
|
||||
envFile = config.sops.secrets.youmubot-env.path;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue