mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
hydrogen: +parrot
This commit is contained in:
parent
3fc2a27b2a
commit
c519e93f45
4 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue