Add specific cs key per machine (not ideal, not declarative)

This commit is contained in:
Théo Barnouin 2025-04-14 14:16:05 +02:00
parent 21cbf45c5d
commit 50f70d01aa
3 changed files with 29 additions and 1 deletions

View file

@ -12,7 +12,7 @@ in {
config = lib.mkIf cfg.enable {
age.secrets = {
cs-lapi-key = {
file = ../secrets/jellyfin-lapi-key.age;
file = ../../secrets/jellyfin-lapi-key.age;
owner = "crowdsec";
};
};