From: mikadoZero <mikadozero@yandex.com>
To: 34897@debbugs.gnu.org
Subject: bug#34897: System reconfigure error
Date: Sun, 17 Mar 2019 17:04:02 -0400 [thread overview]
Message-ID: <lg1drz5p.fsf@yandex.com> (raw)
In-Reply-To: <20190317204239.GA2757@jasmine.lan>
Leo Famulari writes:
> On Sun, Mar 17, 2019 at 04:11:49PM -0400, mikadoZero wrote:
>> `guix describe`
>> guix 19c0cdb
>> repository URL: https://git.savannah.gnu.org/git/guix.git
>> branch: master
>> commit: 19c0cdb9e6271956015232421ef7f63a1ad001ae
>>
>> I get an error message when I do `guix system reconfigure config.scm`:
>
> Please share the contents of 'config.scm'.
This is the contents of config.scm:
(use-modules (gnu) (gnu system nss))
(use-service-modules networking ssh)
(use-package-modules autotools
certs
emacs
gettext
graphviz
man
shells
terminals
texinfo)
(operating-system
(host-name "guix")
(timezone "some-timezone")
(locale "en_US.utf8")
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")))
(mapped-devices
(list (mapped-device
(source (uuid "some-uuid"))
(target "root")
(type luks-device-mapping))))
(file-systems (cons (file-system
(device (file-system-label "root"))
(mount-point "/")
(type "ext4")
(dependencies mapped-devices))
%base-file-systems))
(swap-devices '("/swapfile"))
(users (cons* (user-account
(name "root")
(uid 0)
(group "root")
(home-directory "/root")
(shell #~(string-append #$zsh "/bin/zsh")))
(user-account
(name "guix")
(group "users")
(supplementary-groups '("wheel" "netdev" "audio"))
(home-directory "/home/guix")
(shell #~(string-append #$zsh "/bin/zsh")))
%base-user-accounts))
(packages (cons*
;; programs for contributing to guix
autoconf
automake
gettext
texinfo
graphviz
help2man
nss-certs
kmscon
zsh
emacs-no-x
%base-packages))
(services (cons* (service dhcp-client-service-type)
(service openssh-service-type
(openssh-configuration
(port-number 2222)))
%base-services)))
Note: some-timezone and some-uuid above are placeholders.
next prev parent reply other threads:[~2019-03-17 21:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-17 20:11 bug#34897: System reconfigure error mikadoZero
2019-03-17 20:42 ` Leo Famulari
2019-03-17 21:04 ` mikadoZero [this message]
2019-03-17 23:58 ` Danny Milosavljevic
2019-03-18 1:34 ` mikadoZero
2019-03-18 9:43 ` Ludovic Courtès
2019-03-18 18:11 ` mikadoZero
2019-03-21 2:37 ` mikadoZero
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=lg1drz5p.fsf@yandex.com \
--to=mikadozero@yandex.com \
--cc=34897@debbugs.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).