about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCollin J. Doering2025-09-07 20:25:50 -0400
committerCollin J. Doering2025-09-07 21:52:07 -0400
commit4db6ac3c3e9788742102d5fc4e2b3104903e63da (patch)
tree55834e4ab98889981b70751fa64bca55aac4075f
parenta8fe41eb76289a20d18c51aac0c3e5663a54631d (diff)
downloadguix-north-america-4db6ac3c3e9788742102d5fc4e2b3104903e63da.tar.gz
balg02: Increase file limits for guix-build users
-rw-r--r--.guix/guix-na/config/balg02.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm
index 4614cdb..0d9988e 100644
--- a/.guix/guix-na/config/balg02.scm
+++ b/.guix/guix-na/config/balg02.scm
@@ -629,6 +629,10 @@ synonymous IETF language tags that should be mapped to the same $lang."
                       (name-servers '("216.37.64.2" "216.37.64.3")))))
       (service ntp-service-type)
 
+      (service pam-limits-service-type
+               (list
+                (pam-limits-entry "@guixbuild" 'both 'nofile 100000)))
+
       (service certbot-service-type
                (certbot-configuration
                 (email "collin@rekahsoft.ca")