fix pocketid missing key

This commit is contained in:
Satria 2026-03-01 17:23:21 +07:00
commit 8006cad12c

View file

@ -1,6 +1,7 @@
{ homelab, ... }: {
services.pocket-id = {
enable = true;
credentials.ENCRYPTION_KEY = "/var/lib/pocket-id/encryption-key";
settings = {
PORT = "1411";
HOST = "127.0.0.1";