diff options
| author | Collin J. Doering | 2025-09-07 20:25:50 -0400 |
|---|---|---|
| committer | Collin J. Doering | 2025-09-07 21:52:07 -0400 |
| commit | 4db6ac3c3e9788742102d5fc4e2b3104903e63da (patch) | |
| tree | 55834e4ab98889981b70751fa64bca55aac4075f | |
| parent | a8fe41eb76289a20d18c51aac0c3e5663a54631d (diff) | |
| download | guix-north-america-4db6ac3c3e9788742102d5fc4e2b3104903e63da.tar.gz | |
balg02: Increase file limits for guix-build users
| -rw-r--r-- | .guix/guix-na/config/balg02.scm | 4 |
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") |
