forked from DGNum/infrastructure
fix(netbox-agent): Increase randomized delay
This commit is contained in:
parent
161d9b8081
commit
ba2284cc68
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ in
|
||||||
server_role = "Staging infra";
|
server_role = "Staging infra";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
randomizedDelaySec = "1h";
|
randomizedDelaySec = "3h";
|
||||||
environmentFile = config.age.secrets."netbox-agent".path;
|
environmentFile = config.age.secrets."netbox-agent".path;
|
||||||
};
|
};
|
||||||
age-secrets.sources = [ ./. ];
|
age-secrets.sources = [ ./. ];
|
||||||
|
|
Loading…
Reference in a new issue