Skip to content
Snippets Groups Projects
Commit 57844225 authored by Florian Sesser's avatar Florian Sesser
Browse files

Keep Tahoe Incident Reports as long as our logs

parent ebc62f4a
No related branches found
No related tags found
2 merge requests!447update production,!348Keep Tahoe Incident Reports as long as we keep our logs
......@@ -17,7 +17,7 @@ let
#
# NOTE: This is promised by the service privacy policy. It *may not* be
# raised without following the process for updating the privacy policy.
max-incident-age = "29d";
max-incident-age = toString(config.services.private-storage.monitoring.policy.logRetentionSeconds) + "s";
fqdn = "${
assert config.networking.hostName != null; config.networking.hostName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment