mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
vm-image.tmpl: Allow empty passwords in base-services.
Change-Id: Ia16fc0418bb9eee29625504a800300958b173c4c Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
290435009b
commit
f1f27c6838
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ accounts.\x1b[0m
|
|||
root ALL=(ALL) ALL
|
||||
%wheel ALL=NOPASSWD: ALL\n"))
|
||||
|
||||
(pam-services
|
||||
;; Explicitly allow for empty passwords.
|
||||
(base-pam-services #:allow-empty-passwords? #t))
|
||||
|
||||
(packages
|
||||
(append (list font-bitstream-vera
|
||||
;; Auto-started script providing SPICE dynamic resizing for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue