all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marc Dunivan <m971668@protonmail.com>
To: David Craven <david@craven.ch>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: GuixSD 0.11.0 Install
Date: Tue, 23 Aug 2016 22:51:28 -0400	[thread overview]
Message-ID: <fSFH0RsCwgoUr_I7GTdwc6p1RJILsQM3usUzGp3EdZhFdfd31cc7kVdRCfyQi-tUwdIlEOjQj_Hrn-dGfszxUQ==@protonmail.com> (raw)
In-Reply-To: <CAL1_imnhXBZMnfOnR48_B7SBawx4BRGj2grgogc7gY8HrUiysA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]

David,

I will look into going the vm route.

This is my config.scm:

; This is an operating system configuration template
;; for a "desktop" setup with GNOME and Xfce.

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop)
(use-package-modules certs)

(operating-system
(host-name "penguinwee")
(timezone "Europe/Paris")
(locale "en_US.UTF-8")

;; Assuming /dev/sdX is the target hard disk, and "my-root"
;; is the label of the target root file system.
(bootloader (grub-configuration (device "/dev/sda")))
(file-systems (cons* (file-system
(device "my-root")
(title 'label)
(mount-point "/")
(type "ext4"))
(file-system
(device "my-boot")
(title 'label)
(mount-point "/boot")
(type "ext4"))
%base-file-systems))

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

;; This is where we specify system-wide packages.
(packages (cons* nss-certs ;for HTTPS access
%base-packages))

;; Add GNOME and/or Xfce---we can choose at the log-in
;; screen with F1. Use the "desktop" services, which
;; include the X11 log-in service, networking with Wicd,
;; and more.
(services (cons* (gnome-desktop-service)
(xfce-desktop-service)
%desktop-services))

;; Allow resolution of '.local' host names with mDNS.
(name-service-switch %mdns-host-lookup-nss))




Respectfully,
Marc

[-- Attachment #2: Type: text/html, Size: 5104 bytes --]

  reply	other threads:[~2016-08-24  2:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23  1:44 GuixSD 0.11.0 Install Marc Dunivan
2016-08-23 15:52 ` David Craven
2016-08-24  2:51   ` Marc Dunivan [this message]
2016-08-24  9:54     ` David Craven
2016-08-24 10:31       ` Marius Bakke
2016-08-24 10:32       ` Vincent Legoll
2016-08-24 10:39         ` David Craven
2016-08-24 11:19           ` David Craven
2016-08-30  3:33             ` Marc Dunivan
2016-08-31 21:14               ` Lowercase user names Ludovic Courtès
2016-08-31 21:22                 ` David Craven
2016-08-25 22:24 ` GuixSD 0.11.0 Install Danny Milosavljevic

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='fSFH0RsCwgoUr_I7GTdwc6p1RJILsQM3usUzGp3EdZhFdfd31cc7kVdRCfyQi-tUwdIlEOjQj_Hrn-dGfszxUQ==@protonmail.com' \
    --to=m971668@protonmail.com \
    --cc=david@craven.ch \
    --cc=guix-devel@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.