guix-commits
[Top][All Lists]
Advanced

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

02/03: berlin: Fix indentation.


From: Maxim Cournoyer
Subject: 02/03: berlin: Fix indentation.
Date: Wed, 26 Jan 2022 14:49:16 -0500 (EST)

apteryx pushed a commit to branch master
in repository maintenance.

commit 690692fe38151924f99dd68117fa1f2dfa983dcb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 26 14:00:28 2022 -0500

    berlin: Fix indentation.
    
    (operating-system): Fix indentation.
---
 hydra/berlin.scm | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index ca6f68b..2fac61c 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -182,7 +182,7 @@ Happy hacking!\n"))
   ;; RAID controller.
   (initrd-modules (append (list "megaraid_sas" "scsi_transport_sas"
                                 "mpt3sas" "libsas")
-                          %base-initrd-modules))
+                      %base-initrd-modules))
 
   ;; Show the GRUB menu on the serial interface.
   (bootloader (bootloader-configuration
@@ -293,17 +293,17 @@ Happy hacking!\n"))
              ;; DNS
              (service knot-service-type
                       (knot-configuration
-                        (zones (list (knot-zone-configuration
-                                       (domain "guix.gnu.org")
-                                       (master '("bayfront-master"))
-                                       (acl '("notify-allow")))))
-                        (acls (list (knot-acl-configuration
-                                      (id "notify-allow")
-                                      (address (list bayfront-ip4))
-                                      (action '(notify)))))
-                        (remotes (list (knot-remote-configuration
-                                         (id "bayfront-master")
-                                         (address (list bayfront-ip4)))))))
+                       (zones (list (knot-zone-configuration
+                                     (domain "guix.gnu.org")
+                                     (master '("bayfront-master"))
+                                     (acl '("notify-allow")))))
+                       (acls (list (knot-acl-configuration
+                                    (id "notify-allow")
+                                    (address (list bayfront-ip4))
+                                    (action '(notify)))))
+                       (remotes (list (knot-remote-configuration
+                                       (id "bayfront-master")
+                                       (address (list bayfront-ip4)))))))
 
              ;; Monitoring
              (service prometheus-node-exporter-service-type)
@@ -396,21 +396,21 @@ Happy hacking!\n"))
                           (name "grunewald")
                           (public-key 
"jYP2hpbvUlklLamTWCSMW00xyneBrqazBI/ldiINOWc=")
                           (allowed-ips '("10.0.0.10/32")))
-                        (wireguard-peer
+                         (wireguard-peer
                           (name "bayfront")
                           (public-key 
"/oydkAV1bep1JRQ/JRO+tEuybwtwczYlidSP97CnDwI=")
                           (allowed-ips '("10.0.0.11/32"))) ))))
 
              (append
-              (website-services)
-              (frontend-services %sysadmins
-                                 ;; Make sure we get enough build users.
-                                 #:authorized-keys %build-node-keys
-                                 #:build-accounts-to-max-jobs-ratio 5
-                                 #:gc-threshold (* 15 TiB)
-                                 #:systems '("x86_64-linux" "i686-linux"
-                                             "aarch64-linux"
-                                             "powerpc64le-linux")
-                                 #:motd %motd
-                                 #:publish-workers 8
-                                 #:max-jobs 20)))))
+                 (website-services)
+                 (frontend-services %sysadmins
+                                    ;; Make sure we get enough build users.
+                                    #:authorized-keys %build-node-keys
+                                    #:build-accounts-to-max-jobs-ratio 5
+                                    #:gc-threshold (* 15 TiB)
+                                    #:systems '("x86_64-linux" "i686-linux"
+                                                "aarch64-linux"
+                                                "powerpc64le-linux")
+                                    #:motd %motd
+                                    #:publish-workers 8
+                                    #:max-jobs 20)))))



reply via email to

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