From 14494ca1f7e4e3095ffc09fd8660fdb8254db325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 18 Feb 2026 18:18:08 +0100 Subject: [PATCH] wip: fix makanek deploy --- configs/bots/default.nix | 8 ++++---- systems/makanek/configuration.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/bots/default.nix b/configs/bots/default.nix index bf9facc..e4dc172 100644 --- a/configs/bots/default.nix +++ b/configs/bots/default.nix @@ -69,7 +69,7 @@ in wantedBy = [ "multi-user.target" ]; description = "Telegram reverse bot"; path = [ pkgs.ffmpeg ]; - enable = true; + enable = false; script = '' TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${pkgs.telebots}/bin/telegram-reverse ''; @@ -81,7 +81,7 @@ in systemd.services.telegram-streaming-link = { wantedBy = [ "multi-user.target" ]; description = "Telegram bot converting YouTube Music <-> Spotify"; - enable = true; + enable = false; script = '' TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${pkgs.telebots}/bin/telegram-streaming-link ''; @@ -92,7 +92,7 @@ in systemd.services.telegram-betacode = { wantedBy = [ "multi-user.target" ]; description = "Telegram beta code bot"; - enable = true; + enable = false; script = '' TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${pkgs.telebots}/bin/telegram-betacode ''; @@ -103,7 +103,7 @@ in systemd.services.telegram-proverb = { wantedBy = [ "multi-user.target" ]; description = "Telegram proverb bot"; - enable = true; + enable = false; script = '' TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${pkgs.telebots}/bin/telegram-proverb ''; diff --git a/systems/makanek/configuration.nix b/systems/makanek/configuration.nix index 0fa3639..a48ee16 100644 --- a/systems/makanek/configuration.nix +++ b/systems/makanek/configuration.nix @@ -9,7 +9,7 @@ ./gitea.nix ./hardware-configuration.nix ./hedgedoc.nix - ./menstruation.nix + # ./menstruation.nix ./moinbot.nix ./monitoring # ./names.nix