all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jone <yeger9@gmail.com>
To: help-guix@gnu.org
Subject: Simple reconfigure
Date: Fri, 27 Apr 2018 15:38:14 +0000	[thread overview]
Message-ID: <87tvrwbqxl.fsf@gmail.com> (raw)

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?

             reply	other threads:[~2018-04-27 12:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-27 15:38 Jone [this message]
2018-04-28  5:01 ` Simple reconfigure 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tvrwbqxl.fsf@gmail.com \
    --to=yeger9@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.