Adapt PAM service declaration to new syntax
This commit is contained in:
parent
28d931607d
commit
6c8e04f26e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
%base-file-systems))))
|
%base-file-systems))))
|
||||||
|
|
||||||
(define pam-audio
|
(define pam-audio
|
||||||
(pam-limits-service-type
|
(service pam-limits-service-type
|
||||||
(list
|
(list
|
||||||
(pam-limits-entry "@audio" 'both 'rtprio 99)
|
(pam-limits-entry "@audio" 'both 'rtprio 99)
|
||||||
(pam-limits-entry "@audio" 'both 'memlock 'unlimited))))
|
(pam-limits-entry "@audio" 'both 'memlock 'unlimited))))
|
||||||
|
|
Loading…
Reference in a new issue