fix(koi): increase fd limit

This commit is contained in:
alina 🌸 2024-04-23 13:24:56 +03:00
parent 68476ffced
commit bd0eef087e
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -78,5 +78,11 @@
''; '';
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
security.pam.loginLimits = [{
domain = "*";
type = "soft";
item = "nofile";
value = "8192";
}];
} }