From c1aa3e3a0abbe7affd63bae5f9da092ebc9c4170 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 14 Dec 2024 00:32:37 +0300 Subject: [PATCH] Pam: Increase ulimit even more. --- system/Pam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Pam.nix b/system/Pam.nix index 457578fa..35818029 100644 --- a/system/Pam.nix +++ b/system/Pam.nix @@ -4,7 +4,7 @@ domain = "*"; item = "nofile"; type = "soft"; - value = "99999"; + value = "999999999"; } { domain = "@users";