diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix index 8a6aa66..3a7da8d 100644 --- a/hosts/hel1-a/configuration.nix +++ b/hosts/hel1-a/configuration.nix @@ -252,7 +252,7 @@ logrotate = { settings = { "/var/log/caddy/access-jakstys.lt.log" = { - rotate = 0; + rotate = -1; frequency = "daily"; dateext = true; dateyesterday = true;