unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: "Gnu Röoty" <walidslack@gmail.com>
Cc: 32296@debbugs.gnu.org
Subject: bug#32296:
Date: Thu, 02 Aug 2018 10:45:01 +0300	[thread overview]
Message-ID: <87sh3xmcua.fsf@gmail.com> (raw)
In-Reply-To: <CAOWR9dtOUPiYKSPy_rarRLMqj6=cD=HWRReFrQq1STdfhBp_fw@mail.gmail.com> ("Gnu \=\?utf-8\?Q\?R\=C3\=B6oty\=22's\?\= message of "Thu, 2 Aug 2018 09:05:51 +0200")

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

Hello,

No, you had (services …) inside (operating-system …).  E.g. a line 47 in
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/examples/bare-bones.tmpl?h=master#n47

Gnu Röoty <walidslack@gmail.com> writes:

[…]

Should be like this:
--8<---------------cut here---------------start------------->8---
(use-modules (gnu) (gnu system nss))
(use-service-modules desktop networking dbus cups)
(use-package-modules certs mate wicd glib cups)
(operating-system
  (host-name "x200")
  (timezone "Europe/Paris")
  (locale "fr_FR.utf8")
  ;; Other configuration …
  (services (cons* (mate-desktop-service)
                   (service cups-service-type
                            (cups-configuration
                             (web-interface? #t)
                             (extensions
                              (list cups-filters htplip))))
                   %desktop-services))
  ;; Other configuration …
)
--8<---------------cut here---------------end--------------->8---

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2018-08-02  7:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-28 13:10 bug#32296: cups not started Gnu Röoty
2018-08-01 13:59 ` Oleg Pykhalov
2018-08-01 18:05 ` Gnu Röoty
2018-08-01 21:50   ` Oleg Pykhalov
2018-08-02  7:05 ` bug#32296: Gnu Röoty
2018-08-02  7:45   ` Oleg Pykhalov [this message]
2018-08-02  7:51   ` bug#32296: Martin Castillo
2018-08-02 12:33     ` bug#32296: Andreas Enge

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=87sh3xmcua.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=32296@debbugs.gnu.org \
    --cc=walidslack@gmail.com \
    /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).