From bcc8a8322e966da8bd41c29cf20ff02c76cc2a4b Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Thu, 30 Nov 2023 19:56:49 -0700 Subject: [PATCH] Updated base-system.scm --- system/base-system.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/system/base-system.scm b/system/base-system.scm index 54002a7..252c7b7 100644 --- a/system/base-system.scm +++ b/system/base-system.scm @@ -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)