about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/system/system/machines/yeren.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/users/glittershark/system/system/machines/yeren.nix b/users/glittershark/system/system/machines/yeren.nix
index 2cbf45a12f..ae697592de 100644
--- a/users/glittershark/system/system/machines/yeren.nix
+++ b/users/glittershark/system/system/machines/yeren.nix
@@ -75,6 +75,21 @@
     package = config.depot.users.glittershark.pkgs.fprintd;
   };
 
+  security.pam.loginLimits = [
+    {
+      domain = "grfn";
+      type = "soft";
+      item = "nofile";
+      value = "65535";
+    }
+    {
+      domain = "grfn";
+      type = "hard";
+      item = "nofile";
+      value = "unlimited";
+    }
+  ];
+
   security.pam.services = {
     login.fprintAuth = true;
     sudo.fprintAuth = true;