~ruther/guix-config

9ec0148f0a0db3309ef05e13ce92cba665a30289 — Rutherther 7 months ago 3ec2c36
feat: add pam limit on core dumps
1 files changed, 5 insertions(+), 1 deletions(-)

M config.scm
M config.scm => config.scm +5 -1
@@ 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

Do not follow this link