Another potential ulimit fix. #286

Closed
opened 2024-12-09 22:08:02 +03:00 by voronind · 0 comments
Owner
security.pam.loginLimits = [{
    domain = "*";
    type = "soft";
    item = "nofile";
    value = "99999";
  }];
``` security.pam.loginLimits = [{ domain = "*"; type = "soft"; item = "nofile"; value = "99999"; }]; ```
voronind added the
Bug
label 2024-12-09 22:08:02 +03:00
voronind pinned this 2024-12-10 01:37:04 +03:00
voronind unpinned this 2024-12-10 01:37:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: voronind/nix#286
No description provided.