aboutsummaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-02 23:29:53 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-27 22:10:40 -0400
commit58724c488b17cf2babfadebf790396426f3a801f (patch)
tree02fde5a164edb88f01b174fe87a46f550ae83d1a /gnu-system.am
parent3aae8145a73fc7116694c3d8bfced11ae332b491 (diff)
downloadguix-58724c488b17cf2babfadebf790396426f3a801f.tar
guix-58724c488b17cf2babfadebf790396426f3a801f.tar.gz
gnu: services: Add nginx-service.
* gnu/services/web.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * guix.texi ("Web Services"): New section.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 4c631c6250..969f96702f 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -350,6 +350,7 @@ GNU_SYSTEM_MODULES = \
gnu/services/lirc.scm \
gnu/services/networking.scm \
gnu/services/ssh.scm \
+ gnu/services/web.scm \
gnu/services/xorg.scm \
\
gnu/system.scm \