hydrogen: +parrot

This commit is contained in:
Primrose 2024-10-01 19:40:38 +02:00
parent 3fc2a27b2a
commit c519e93f45
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 12 additions and 0 deletions

View file

@ -42,4 +42,14 @@
mode = "600";
file = ../../secrets/typst-bot_token.age;
};
services.parrot = {
enable = true;
environmentFile = config.age.secrets.parrot_token.path;
};
age.secrets.parrot_token = {
owner = "parrot";
mode = "600";
file = ../../secrets/parrot_token.age;
};
}