fix(koi): increase fd limit
This commit is contained in:
parent
68476ffced
commit
bd0eef087e
1 changed files with 6 additions and 0 deletions
|
@ -78,5 +78,11 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
security.pam.loginLimits = [{
|
||||||
|
domain = "*";
|
||||||
|
type = "soft";
|
||||||
|
item = "nofile";
|
||||||
|
value = "8192";
|
||||||
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue