From 9ec0148f0a0db3309ef05e13ce92cba665a30289 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 17 Aug 2024 14:42:41 +0200 Subject: [PATCH] feat: add pam limit on core dumps --- config.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.scm b/config.scm index 2e9c763..cba151b 100644 --- a/config.scm +++ b/config.scm @@ -100,11 +100,15 @@ (service nix-service-type) (service power-profiles-daemon-service-type) + (service pam-limits-service-type + (list + (pam-limits-entry "@wheel" 'both 'core 'unlimited))) + (service libvirt-service-type) (service qemu-binfmt-service-type (qemu-binfmt-configuration - (platforms (lookup-qemu-platforms "arm" "aarch64"))))) + (platforms (lookup-qemu-platforms "arm" "aarch64")))) (service wireguard-service-type (wireguard-configuration -- 2.48.1