|
|
|
@ -163,12 +163,15 @@
|
|
|
|
|
(name 'nonguix)
|
|
|
|
|
(url
|
|
|
|
|
"https://gitlab.com/nonguix/nonguix.git"))
|
|
|
|
|
%default-channels)))))
|
|
|
|
|
"channels.scm")
|
|
|
|
|
(pam-services (list-of-strings (list "su" "gdm-password" "login" "sshd"
|
|
|
|
|
"passwd"))
|
|
|
|
|
"list of pam services to configure")
|
|
|
|
|
unbalanced
|
|
|
|
|
%default-channels))))
|
|
|
|
|
"channels.scm")
|
|
|
|
|
(pam-services (list-of-strings (list
|
|
|
|
|
"su"
|
|
|
|
|
"gdm-password"
|
|
|
|
|
"login"
|
|
|
|
|
"sshd"
|
|
|
|
|
"passwd"))
|
|
|
|
|
"list of pam services to configure"))
|
|
|
|
|
|
|
|
|
|
(define (pam-mkhomedir-service configuration)
|
|
|
|
|
(lambda (pam)
|
|
|
|
|