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) (name 'nonguix)
(url (url
"https://gitlab.com/nonguix/nonguix.git")) "https://gitlab.com/nonguix/nonguix.git"))
%default-channels))))) %default-channels))))
"channels.scm") "channels.scm")
(pam-services (list-of-strings (list "su" "gdm-password" "login" "sshd" (pam-services (list-of-strings (list
"passwd")) "su"
"list of pam services to configure") "gdm-password"
unbalanced "login"
"sshd"
"passwd"))
"list of pam services to configure"))
(define (pam-mkhomedir-service configuration) (define (pam-mkhomedir-service configuration)
(lambda (pam) (lambda (pam)