diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/loki.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/nixos/loki.nix b/modules/nixos/loki.nix index 1582164..fe3c2eb 100644 --- a/modules/nixos/loki.nix +++ b/modules/nixos/loki.nix @@ -73,6 +73,11 @@ in { }; }; + limits_config = { + max_streams_per_user = 0; + max_global_streams_per_user = 0; + }; + schema_config.configs = [ { from = "2020-01-01"; |