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 2024-12-09 22:08:02 +03:00
  • closed this issue
  • added the
    Bug
    label
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.