diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-16 02:00:43 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-16 02:00:43 +0300 |
commit | 4ec1c2d2908db7405867fb7a9f379a0e04b9fafe (patch) | |
tree | 9cffe3213d9510e810815c4f57db7274dfeca899 /modules/nixos/loki.nix | |
parent | 2023-03-11 (diff) |
2023-03-16
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"; |