From 6c8e04f26e28f81953c6213a7c3ed655338984a8 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sat, 9 Dec 2023 18:36:48 +0100 Subject: [PATCH] Adapt PAM service declaration to new syntax --- system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.scm b/system.scm index 408cbe3..48246b7 100644 --- a/system.scm +++ b/system.scm @@ -42,7 +42,7 @@ %base-file-systems)))) (define pam-audio - (pam-limits-service-type + (service pam-limits-service-type (list (pam-limits-entry "@audio" 'both 'rtprio 99) (pam-limits-entry "@audio" 'both 'memlock 'unlimited))))