mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 01:31:33 +01:00
sops: restructure secrets files
This commit is contained in:
parent
8561f6381b
commit
d14732b063
10 changed files with 58 additions and 45 deletions
|
|
@ -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"}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue