Updated base-system.scm

master
noah metz 2023-11-30 19:56:49 -07:00
parent 68f439a53c
commit bcc8a8322e
1 changed files with 9 additions and 6 deletions

@ -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)