diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2025-12-18 19:24:00 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2025-12-20 13:37:10 +0100 |
| commit | f1f27c6838394c5b2c4f9e6c93a5abb3b62600cb (patch) | |
| tree | 2c6c8d897718dad59880595d9c8b4c7846fd5915 /gnu/system/examples | |
| parent | 290435009bfa4cf47f2fd5a825b79d5c90b60ee4 (diff) | |
vm-image.tmpl: Allow empty passwords in base-services.
Change-Id: Ia16fc0418bb9eee29625504a800300958b173c4c
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/system/examples')
| -rw-r--r-- | gnu/system/examples/vm-image.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl index d0e42ff52d0..f7c27d23db8 100644 --- a/gnu/system/examples/vm-image.tmpl +++ b/gnu/system/examples/vm-image.tmpl @@ -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 |
