mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
tailscale: Add restart triggers
This commit is contained in:
parent
7edd02884e
commit
4f0fea5461
10 changed files with 32 additions and 11 deletions
|
|
@ -76,9 +76,10 @@ in
|
|||
|
||||
sops = {
|
||||
secrets."healthchecks/ping-key" = { };
|
||||
templates."gatus.env".content = ''
|
||||
HEALTHCHECKS_PING_KEY=${config.sops.placeholder."healthchecks/ping-key"}
|
||||
'';
|
||||
templates."gatus.env" = {
|
||||
content = "HEALTHCHECKS_PING_KEY=${config.sops.placeholder."healthchecks/ping-key"}";
|
||||
restartUnits = [ "gatus.service" ];
|
||||
};
|
||||
};
|
||||
|
||||
custom.services.gatus.endpoints =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue