[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: guix: more change
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: guix: more changes. |
Date: |
Mon, 02 Apr 2018 20:34:14 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 951ff63 guix: more changes.
951ff63 is described below
commit 951ff63bd5ae5f4e593351dcb65cce8dd1121da5
Author: Nils Gillmann <address@hidden>
AuthorDate: Mon Apr 2 18:34:17 2018 +0000
guix: more changes.
Signed-off-by: Nils Gillmann <address@hidden>
---
guix/config.scm | 43 +++++++++++++++----------------------------
1 file changed, 15 insertions(+), 28 deletions(-)
diff --git a/guix/config.scm b/guix/config.scm
index dd16bf2..247a668 100644
--- a/guix/config.scm
+++ b/guix/config.scm
@@ -26,7 +26,7 @@
;;;
(operating-system
- (host-name "taler.net")
+ (host-name "bfh.taler.net")
(timezone "Europe/Berlin")
(locale "en_US.UTF-8")
@@ -61,13 +61,22 @@
(home-directory "/home/local-admin"))
%base-user-accounts))
- (packages (append (map specification->package '("nvi"
- "mg"
+ (packages (append (map specification->package '("nvi" "mg" ;editors
"openssh"
+ ;; GNUnet core dependencies
+ ;; FIXME: better would be to
read gnunet-inputs and -native-inputs.
+ "curl" "libmicrohttpd"
"gnutls/dane"
+ "sqlite" "jansson" "nss"
"gmp"
+ "bluez" "glib" "libogg"
"python-2"
+ "perl" "doxygen" ; FIXME: is
perl necessary?
+ "opus" "pulseaudio" ;PA on
server, for building?
+ "libunistring" "libltdl"
"zlib" "libgcrypt" "libextractor"
+ "gstreamer"
"gst-plugins-base" "libidn" "glpk"
+ ;; -- end GNUnet core
dependencies.
"gitolite"
"nss-certs"
- "wget"
- "mysql"
+ "wget" "openssl"
+ "postgres"
"certbot"))
%base-packages))
@@ -85,29 +94,7 @@
;; MAIL
;; FIXME: Policy is to just receive mail.
;; Produce the /etc/alias file:
- (service mail-aliases-service-type
- '(("mailer-daemon" "postmaster")
- ("postmaster" "root")
- ("nobody" "root")
- ("hostmaster" "root")
- ("usenet" "root")
- ("news" "root")
- ("webmaster" "root")
- ("www" "root")
- ("ftp" "root")
- ("abuse" "root")
- ("noc" "root")
- ("security" "root")
- ("root" "grothoff")
- ("gnunet" "grothoff")
- ("durner" "ndurner")
- ("torsten" "grothoff" "krista")
- ("cor" "grothoff")
- ("ng0" "ng0")
- ("translations" "grothoff")
- ("translators" "grothoff")
- ("website" "grothoff")
- ("gns-data" "grothoff" "address@hidden"
"address@hidden")))
+ ;; insert a service to copy local file to /etc/aliases here.
;; Depending on the final server policies, adjust to
;; not send email or send email:
;; Dovecot
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: guix: more changes.,
gnunet <=