all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems with auto-login configuration
@ 2020-03-25 20:20 Eric Seuret
  2020-03-25 21:32 ` znavko
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Seuret @ 2020-03-25 20:20 UTC (permalink / raw)
  To: help-guix

Hello,

I am a new Guix user and first I want say wow! Being able to just write
the configuration in a text file is only one of the nice things about
guix. So thank to all the developers.

That being said, I have a small problem. I am trying to setup a machine
so that a user is logged in automatically but I have problems. Here is
my (services ...) configuration for this.

(services
    (append
      (list (service gnome-desktop-service-type)
            (service openssh-service-type)
            (set-xorg-configuration
              (xorg-configuration
                (keyboard-layout keyboard-layout))))
      (modify-services %desktop-services
		       (gdm-service-type
			config => (gdm-configuration
				   (auto-login? #t)
				   (default-user "username"))))))

The problem, is that, if i have (auto-login? #f) then the systems boot
all the way to GDM and I can login with all users. However, when I try
with (auto-login? #t), then the system just presents me with a console
login. The user with username is also define in (users ...). 

I am sure that I have done something false, unfortunately, I can't seem
find it.

Thanks in advance,

--
E. Seuret  

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-26 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-25 20:20 Problems with auto-login configuration Eric Seuret
2020-03-25 21:32 ` znavko
2020-03-26 20:53   ` Eric Seuret

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.