diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index 2575151..398cd87 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 = false; + enable = true; user = "thegeneralist"; group = "users"; tokenFile = config.age.secrets.readlaterBotToken.path;