gnu: Add cxxopts.
[jackhill/guix/guix.git] / gnu / system / examples / desktop.tmpl
index 3931bad..716b9fe 100644 (file)
                          (type "vfat")))
                  %base-file-systems))
 
+  ;; Create user `bob' with `alice' as its initial password.
   (users (cons (user-account
                 (name "bob")
                 (comment "Alice's brother")
+                (password (crypt "alice" "$6$abc"))
                 (group "users")
                 (supplementary-groups '("wheel" "netdev"
                                         "audio" "video")))