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: Update config.


From: Christopher Baines
Subject: branch master updated: hydra: milano-guix-1: Update config.
Date: Mon, 07 Jun 2021 05:48:06 -0400

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a195386  hydra: milano-guix-1: Update config.
a195386 is described below

commit a195386be598219711e3174406b0041b97ec7cac
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 7 10:45:54 2021 +0100

    hydra: milano-guix-1: Update config.
    
    * hydra/milano-guix-1.scm (operating-system)[file-systems]: Mount /tmp
    as a tmpfs, to hopefully speed up builds.
    [swap-devices]: Add /dev/sdb2.
    [services]: Disable SSH password authentication, and switch bayfront
    to bordeaux in a couple of places.
---
 hydra/milano-guix-1.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index b698fb8..b3f23d0 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -85,9 +85,13 @@
             (device
              (uuid "5ec7b1a5-3db5-49d6-87d8-452931db91c4"))
             (type "btrfs"))
+          (file-system
+           (mount-point "/tmp")
+           (device "tmpfs")
+           (type "tmpfs"))
           %base-file-systems))
 
-  (swap-devices '("/dev/sda2"))
+  (swap-devices '("/dev/sda2" "/dev/sdb2"))
 
   (host-name "milano-guix-1")
 
@@ -104,6 +108,7 @@
             (service openssh-service-type
                      (openssh-configuration
                       (port-number 22)
+                      (password-authentication? #f)
                       (extra-content "ListenAddress 0.0.0.0")
                       (authorized-keys
                        `(("degrees380" ,(local-file "keys/ssh/degrees380.pub"))
@@ -140,14 +145,14 @@
                      (derivation-substitute-urls
                       (list "https://data.guix.gnu.org";))
                      (non-derivation-substitute-urls
-                      (list "https://bayfront.guix.gnu.org";)))))
+                      (list "https://bordeaux.guix.gnu.org";)))))
 
            (modify-services %base-services
              (guix-service-type
               config => (guix-configuration
                          (inherit config)
                          (substitute-urls
-                          '("https://bayfront.guix.gnu.org";))
+                          '("https://bordeaux.guix.gnu.org";))
 
                          (max-silent-time 3600)
                          (timeout (* 12 3600))



reply via email to

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