all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Simple reconfigure
@ 2018-04-27 15:38 Jone
  2018-04-28  5:01 ` Chris Marusich
  0 siblings, 1 reply; 11+ messages in thread
From: Jone @ 2018-04-27 15:38 UTC (permalink / raw)
  To: help-guix

Hello! If I make little changes, like such:
was:

  (users (cons (user-account
                (name "jone")
                (comment "Jone")
                (group "users")
                (supplementary-groups '("wheel" "netdev" "audio" "video"))
                (home-directory "/home/jone"))
               %base-user-accounts))

now:

  (users (cons (user-account
                (name "jone")
                (comment "Jone")
                (group "users")
                (supplementary-groups '("wheel" "netdev" "audio" "video"))
                (home-directory "/home/jone"))
			   (user-account
				(name "guest")
				(comment "Guest")
				(password "guest" "something")
				(group "users")
				(supplementary-groups '("netdev" "audio" "video"))
				(home-directory "/home/guest"))
               %base-user-accounts))

as will be correct: just run 'guix system reconfigure' without options,
or .. ? Can Guix only update configuration files, offline?

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

end of thread, other threads:[~2018-04-30 13:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 15:38 Simple reconfigure Jone
2018-04-28  5:01 ` Chris Marusich
2018-04-28 18:39   ` Jone
2018-04-28 20:11     ` Chris Marusich
2018-04-28 21:35       ` myglc2
2018-04-29  3:23         ` Chris Marusich
2018-04-29  3:27         ` Arun Isaac
2018-04-29  6:39           ` Pierre Neidhardt
2018-04-30 13:05           ` Ludovic Courtès
2018-04-29  6:37       ` Pierre Neidhardt
2018-04-29  6:40         ` Pierre Neidhardt

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.