summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 644122c6..336f1610 100644
--- a/odin.nix
+++ b/odin.nix
@@ -363,6 +363,8 @@
363 services.rollingDirectories = [ 363 services.rollingDirectories = [
364 { path = "/srv/hlidskjalf"; 364 { path = "/srv/hlidskjalf";
365 maxSize = "20Gi"; 365 maxSize = "20Gi";
366 minSleep = 300;
367 monitorTimeout = 3600;
366 } 368 }
367 ]; 369 ];
368 370