fix(netbox-agent): Increase randomized delay

This commit is contained in:
sinavir 2024-04-13 15:11:27 +02:00
parent 161d9b8081
commit ba2284cc68

View file

@ -39,7 +39,7 @@ in
server_role = "Staging infra";
};
};
randomizedDelaySec = "1h";
randomizedDelaySec = "3h";
environmentFile = config.age.secrets."netbox-agent".path;
};
age-secrets.sources = [ ./. ];