arr-init: add module for API-based configuration

This commit is contained in:
2026-02-19 19:07:41 -05:00
parent dd1b4160b0
commit 2f5a2aa6f6
6 changed files with 539 additions and 0 deletions

View File

@@ -22,3 +22,6 @@ in
fail2banImmichTest = handleTest ./fail2ban-immich.nix;
fail2banJellyfinTest = handleTest ./fail2ban-jellyfin.nix;
}
# arr tests
arrInitTest = handleTest ./arr-init.nix;