Refactor, add redlib

This commit is contained in:
Henry Hiles 2025-07-31 21:03:58 -04:00
commit 9e38d5f65e
No known key found for this signature in database
6 changed files with 65 additions and 90 deletions

View file

@ -0,0 +1,11 @@
{config, ...}: {
services = {
redlib = {
enable = true;
address = "127.0.0.6";
settings.THEME = "nord";
};
caddy.authedHosts."auth.federated.nexus" = with config.services.redlib; "reverse_proxy ${address}:${port}";
};
}