guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra/milano-guix-1: Reinstall after disk replace


From: Giovanni Biscuolo
Subject: branch master updated: hydra/milano-guix-1: Reinstall after disk replacement
Date: Tue, 07 Jul 2020 12:24:21 -0400

This is an automated email from the git hooks/post-receive script.

biscuolo pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 71f36f3  hydra/milano-guix-1: Reinstall after disk replacement
71f36f3 is described below

commit 71f36f35b6b4b8dddeee1c2c8258119a46336224
Author: Giovanni Biscuolo <g@xelera.eu>
AuthorDate: Tue Jul 7 18:18:42 2020 +0200

    hydra/milano-guix-1: Reinstall after disk replacement
    
    Also temporary disabled guix-data-service end related nginx-service
    
    * hydra/milano-guix-1.scm: Add FQDN and SHA256 of host key as comment;
    Add tmux package; Change keyboard layout; Change root device uuid;
    Comment guix-data-service and nginx-service
---
 hydra/milano-guix-1.scm | 44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index cd0ac30..dcaa688 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -3,11 +3,15 @@
 ;; Copyright © 2019 Giovanni Biscuolo <g@xelera.eu>
 ;; Released under the GNU GPLv3 or any later version.
 
+;; DNS name in UNIMI data centre: milano-guix-1.mips.di.unimi.it.
+
+;; SHA256:NMG2qnisy+qm8KXyTAg5kcyzkghmnYiWiM+Eyt83PcY.
+
 (use-modules (gnu)
              (guix gexp))
 (use-service-modules databases getmail guix networking mcron ssh
                      virtualization web)
-(use-package-modules certs screen ssh linux)
+(use-package-modules certs screen tmux ssh linux)
 
 ;; The following definition are **almost** copied from dover.scm: a
 ;; quick hack to have a(n almost) self contained config file
@@ -121,7 +125,7 @@
   (locale "en_US.utf8")
   (timezone "Europe/Rome")
   (keyboard-layout
-   (keyboard-layout "it" "winkeys"))
+   (keyboard-layout "us" "winkeys"))
 
   (kernel-arguments '("vga=791"))
 
@@ -138,7 +142,7 @@
    (cons* (file-system
             (mount-point "/")
             (device
-             (uuid "620115c7-89c7-4d79-a0bb-4957057d9991"))
+             (uuid "5ec7b1a5-3db5-49d6-87d8-452931db91c4"))
             (type "btrfs"))
           %base-file-systems))
 
@@ -148,7 +152,7 @@
 
   (users (append %accounts %base-user-accounts))
 
-  (packages (cons* btrfs-progs screen openssh strace
+  (packages (cons* btrfs-progs screen tmux openssh strace
                    nss-certs ; Needed for the Guix Data Service
                    %base-packages))
 
@@ -191,22 +195,22 @@ host      all     all     ::1/128         md5
                         (extra-config
                          '(("work_mem" "'500MB'")))))))
 
-            (service guix-data-service-type
-                     (guix-data-service-configuration
-                      (getmail-idle-mailboxes '("Commits"))
-                      (commits-getmail-retriever-configuration
-                       (getmail-retriever-configuration
-                        (type "SimpleIMAPSSLRetriever")
-                        (server "imap.cbaines.net")
-                        (port 993)
-                        (username "patchwork")
-                        (password-command
-                         (list (file-append coreutils "/bin/cat")
-                               "/etc/guix-data-service-commits-imap-password"))
-                        (extra-parameters
-                         '((mailboxes . ("Commits"))))))))
-
-            (service nginx-service-type %nginx-configuration)
+            ;; (service guix-data-service-type
+            ;;          (guix-data-service-configuration
+            ;;           (getmail-idle-mailboxes '("Commits"))
+            ;;           (commits-getmail-retriever-configuration
+            ;;            (getmail-retriever-configuration
+            ;;             (type "SimpleIMAPSSLRetriever")
+            ;;             (server "imap.cbaines.net")
+            ;;             (port 993)
+            ;;             (username "patchwork")
+            ;;             (password-command
+            ;;              (list (file-append coreutils "/bin/cat")
+            ;;                    
"/etc/guix-data-service-commits-imap-password"))
+            ;;             (extra-parameters
+            ;;              '((mailboxes . ("Commits"))))))))
+
+            ;; (service nginx-service-type %nginx-configuration)
 
             (service mcron-service-type
                      (mcron-configuration



reply via email to

[Prev in Thread] Current Thread [Next in Thread]