integrate sops-nix for secret management
This commit is contained in:
parent
d3f11dd890
commit
99ad3058a3
10 changed files with 141 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ homelab, ... }: {
|
||||
{ config, homelab, ... }: {
|
||||
services.pocket-id = {
|
||||
enable = true;
|
||||
credentials.ENCRYPTION_KEY = "/mnt/data/pocketid/encryption-key";
|
||||
credentials.ENCRYPTION_KEY = config.sops.secrets.pocketid_encryption_key.path;
|
||||
dataDir = "/mnt/data/pocketid/data";
|
||||
settings = {
|
||||
PORT = "1411";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue