diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index 398cd87..2575151 100644 --- a/hosts/thegeneralist-central/configuration.nix +++ b/hosts/thegeneralist-central/configuration.nix @@ -102,7 +102,7 @@ programs.zsh.enable = true; services.readlater-bot = { - enable = true; + enable = false; user = "thegeneralist"; group = "users"; tokenFile = config.age.secrets.readlaterBotToken.path;