unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Tomáš Čech" <sleep_walker@gnu.org>
To: guix-devel@gnu.org
Subject: [PATCH 08/12] services: web: export nginx-configuration and nginx-service-type.
Date: Tue, 19 Jul 2016 15:19:21 +0200	[thread overview]
Message-ID: <20160719131925.21047-9-sleep_walker@gnu.org> (raw)
In-Reply-To: <20160719131925.21047-1-sleep_walker@gnu.org>

* gnu/services/web.scm: export nginx-configuration and
  nginx-service-type.
---
 gnu/services/web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 72ef7d4..d95a628 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -27,7 +27,9 @@
   #:use-module (guix records)
   #:use-module (guix gexp)
   #:use-module (ice-9 match)
-  #:export (nginx-service))
+  #:export (nginx-configuration
+            nginx-service
+            nginx-service-type))
 
 ;;; Commentary:
 ;;;
-- 
2.9.0

  parent reply	other threads:[~2016-07-19 13:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19 13:19 export symbols required to use modify-services syntax Tomáš Čech
2016-07-19 13:19 ` [PATCH 01/12] services: avahi: export avahi-configuration Tomáš Čech
2016-07-19 13:19 ` [PATCH 02/12] services: base: export gpm-configuration and rngd-configuration Tomáš Čech
2016-07-19 13:19 ` [PATCH 03/12] services: databases: export service types and configuration Tomáš Čech
2016-07-19 13:19 ` [PATCH 04/12] services: dbus: export dbus-configuration Tomáš Čech
2016-07-19 13:19 ` [PATCH 05/12] services: dict: export dicod-service-type Tomáš Čech
2016-07-19 13:19 ` [PATCH 06/12] services: lirc: export lirc-configuration and lirc-service-type Tomáš Čech
2016-07-19 13:19 ` [PATCH 07/12] services: mail: export dovecot-service-type Tomáš Čech
2016-07-19 13:19 ` Tomáš Čech [this message]
2016-07-19 13:19 ` [PATCH 09/12] services: xorg: export screen-locker Tomáš Čech
2016-07-19 13:19 ` [PATCH 10/12] services: ssh: export lsh-configuration and lsh-service-type Tomáš Čech
2016-07-19 13:19 ` [PATCH 11/12] services: desktop: export *-service, *-service-type and *-configuration Tomáš Čech
2016-07-19 13:19 ` [PATCH 12/12] services: networking: export *-configuration and *-service-type Tomáš Čech
2016-07-21 16:56 ` export symbols required to use modify-services syntax Ludovic Courtès

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=20160719131925.21047-9-sleep_walker@gnu.org \
    --to=sleep_walker@gnu.org \
    --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 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).