This commit is contained in:
Satria 2026-03-02 16:05:35 +07:00
commit 914885b870
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{ homelab, ... }: {
services.pocket-id = {
enable = true;
credentials.ENCRYPTION_KEY = "/var/lib/pocket-id/encryption-key";
settings = {
PORT = "1411";
HOST = "127.0.0.1";
APP_URL = "https://auth.proxy.${homelab.domain}";
TRUST_PROXY = true;
};
};
}