guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: deploy-node-129: Fix indentation.


From: Maxim Cournoyer
Subject: 01/03: hydra: deploy-node-129: Fix indentation.
Date: Wed, 17 May 2023 23:16:49 -0400 (EDT)

apteryx pushed a commit to branch master
in repository maintenance.

commit 19edb61d3370991a093dfaa39cd2f8bce53164c2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 17 14:10:38 2023 -0400

    hydra: deploy-node-129: Fix indentation.
    
    * hydra/deploy-node-129.scm (node-129-os): Re-indent.
---
 hydra/deploy-node-129.scm | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/hydra/deploy-node-129.scm b/hydra/deploy-node-129.scm
index a3ce0a0..2122e66 100644
--- a/hydra/deploy-node-129.scm
+++ b/hydra/deploy-node-129.scm
@@ -144,26 +144,26 @@ devices {
                   #:max-jobs 4
                   #:max-cores 24)))
     (operating-system
-     (inherit base-os)
-     (initrd-modules (append (list "megaraid_sas" "scsi_transport_sas"
-                                  "mpt3sas" "libsas"
-                                  ;; Suggested by 'guix system init' for
-                                  ;; the SAN storage.
-                                  "qla2xxx")
-                            %base-initrd-modules))
-     (bootloader
-      (bootloader-configuration
-       (inherit (operating-system-bootloader base-os)) ;efi bootloader
-       (targets (list "/boot/efi" "/boot/efi2"))))
+      (inherit base-os)
+      (initrd-modules (append (list "megaraid_sas" "scsi_transport_sas"
+                                   "mpt3sas" "libsas"
+                                   ;; Suggested by 'guix system init' for
+                                   ;; the SAN storage.
+                                   "qla2xxx")
+                             %base-initrd-modules))
+      (bootloader
+       (bootloader-configuration
+        (inherit (operating-system-bootloader base-os)) ;efi bootloader
+        (targets (list "/boot/efi" "/boot/efi2"))))
       (packages
        (cons* multipath-tools
               (operating-system-packages base-os)))
       (file-systems (cons*
                     (file-system
-                     (mount-point "/boot") ;/dev/sda3 and /dev/sdb3 in Btrfs 
RAID 1
-                     (device (uuid "f4ec81a5-3ea6-494b-8886-b71eec6721ee"))
-                     (type "btrfs")
-                     (options "compress=zstd"))
+                      (mount-point "/boot") ;/dev/sda3 and /dev/sdb3 in Btrfs 
RAID 1
+                      (device (uuid "f4ec81a5-3ea6-494b-8886-b71eec6721ee"))
+                      (type "btrfs")
+                      (options "compress=zstd"))
                     (file-system
                       (mount-point "/boot/efi")
                       (device (uuid "FC8E-0264" 'fat)) ;/dev/sda2



reply via email to

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