From 0ce13c9a84883e95fbbd47390da99cacb77fce89 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Tue, 23 May 2023 19:29:41 +0200 Subject: [PATCH] Check deprecation warning --- system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.scm b/system.scm index 859ed5b..408cbe3 100644 --- a/system.scm +++ b/system.scm @@ -42,7 +42,7 @@ %base-file-systems)))) (define pam-audio - (pam-limits-service + (pam-limits-service-type (list (pam-limits-entry "@audio" 'both 'rtprio 99) (pam-limits-entry "@audio" 'both 'memlock 'unlimited))))