fix secrets
Some checks failed
Build and Deploy / mreow (push) Successful in 56s
Build and Deploy / yarn (push) Successful in 53s
Build and Deploy / muffin (push) Failing after 33s

This commit is contained in:
2026-05-05 12:40:11 -04:00
parent 92d49571b9
commit 3da843c3ff
5 changed files with 13 additions and 5 deletions

View File

@@ -217,5 +217,15 @@
owner = "firefly-iii-data-importer";
group = "caddy";
};
# LiveKit + lk-jwt-service shared signing keys (`<keyname>: <secret>` per
# nixpkgs services.livekit.keyFile docs). systemd reads via LoadCredential
# before dropping privileges, so root-only is correct for both consumers.
livekit-keys = {
file = ../secrets/server/livekit-keys.age;
mode = "0400";
owner = "root";
group = "root";
};
};
}