From 8006cad12c60c2abdc5c94117ef004c90d85deb1 Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 1 Mar 2026 17:23:21 +0700 Subject: [PATCH] fix pocketid missing key --- modules/system/homelab/idp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/idp.nix b/modules/system/homelab/idp.nix index 2ab0893..dd4fad9 100644 --- a/modules/system/homelab/idp.nix +++ b/modules/system/homelab/idp.nix @@ -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";