summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/system/linux.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/system/linux.scm b/gnu/system/linux.scm
index aaaa8c6dee..7461a4a61f 100644
--- a/gnu/system/linux.scm
+++ b/gnu/system/linux.scm
@@ -148,7 +148,11 @@ should be the name of a file used as the message-of-the-day."
                           (module "pam_unix.so")
                           (arguments '("nullok")))
                          unix)))
-         (password (list unix))
+         (password (list (pam-entry
+                          (control "required")
+                          (module "pam_unix.so")
+                          ;; Store SHA-512 encrypted passwords in /etc/shadow.
+                          (arguments '("sha512" "shadow")))))
          (session (if motd
                       (list unix
                             (pam-entry