diff --git a/hosts/koi/configuration.nix b/hosts/koi/configuration.nix index b058cf2..e3f5d47 100755 --- a/hosts/koi/configuration.nix +++ b/hosts/koi/configuration.nix @@ -78,5 +78,11 @@ ''; hardware.bluetooth.enable = true; + security.pam.loginLimits = [{ + domain = "*"; + type = "soft"; + item = "nofile"; + value = "8192"; + }]; }