Commit 7688f7f7 authored by Lemon Lam's avatar Lemon Lam
Browse files

nixos/warpgate: add `log.audit_retention`

... and clarify what `log.retention` does
parent 36fa9a85
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -349,8 +349,13 @@ in
                  "json"
                ];
              };
              audit_retention = mkOption {
                description = "How long Warpgate keeps its audit logs.";
                default = "1year";
                type = str;
              };
              retention = mkOption {
                description = "How long Warpgate keep its logs.";
                description = "How long Warpgate keeps its non-audit logs and session recordings.";
                default = "7days";
                type = str;
              };