From 9142cadd5e46c9449f6e0e456625bf977fcfb2f5 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 17:05:12 +0200 Subject: [PATCH] nixos/pam: point to systemd.settings.Manager --- nixos/modules/security/pam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix index 3eba6d4b519e..53e67873d200 100644 --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -1663,7 +1663,7 @@ in must be that described in {manpage}`limits.conf(5)`. Note that these limits do not apply to systemd services, - whose limits can be changed via {option}`systemd.extraConfig` + whose limits can be changed via {option}`systemd.settings.Manager` instead. ''; };