feat(MOMO): add yarr

This commit is contained in:
Jacob Bachmann 2025-10-11 17:09:08 +02:00
parent ec79c1b3e3
commit 18823ce0bf
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ config, ... }: {
age.secrets.environments-yarr = {
file = ../../../secrets/environments/yarr.age;
};
services.yarr = {
enable = true;
port = 8007;
address = "127.0.0.1";
baseUrl = "https://yarr.dryb.org";
authFilePath = config.age.secrets.environments-yarr.path;
};
}