sops: restructure secrets files

This commit is contained in:
SebastianStork 2025-07-20 19:56:52 +02:00
parent 8561f6381b
commit d14732b063
10 changed files with 58 additions and 45 deletions

View file

@ -96,9 +96,9 @@ in
};
sops = {
secrets."healthchecks-ping-key" = { };
secrets."healthchecks/ping-key" = { };
templates."gatus.env".content = ''
HEALTHCHECKS_PING_KEY=${config.sops.placeholder."healthchecks-ping-key"}
HEALTHCHECKS_PING_KEY=${config.sops.placeholder."healthchecks/ping-key"}
'';
};