From 1b3c4bbd27214a2b6dfec7e26b92b32a171fbc48 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 4 Feb 2023 01:13:35 +0900 Subject: project: reformat --- colmena/cobalt/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'colmena/cobalt/configuration.nix') diff --git a/colmena/cobalt/configuration.nix b/colmena/cobalt/configuration.nix index cd56f40..7caac5e 100644 --- a/colmena/cobalt/configuration.nix +++ b/colmena/cobalt/configuration.nix @@ -21,7 +21,8 @@ let in { imports = - [ # Include the results of the hardware scan. + [ + # Include the results of the hardware scan. ./hardware-configuration.nix ./services/acme.nix @@ -44,8 +45,8 @@ in boot.loader.grub.copyKernels = true; # Make sure that you've listed all of the boot partitions here. boot.loader.grub.mirroredBoots = [ - { path = "/boot"; devices = ["/dev/disk/by-id/ata-ST4000NM0245-1Z2107_ZC17GW7G"]; } - { path = "/boot-fallback"; devices = ["/dev/disk/by-id/ata-ST4000NM0245-1Z2107_ZC17GWB2"]; } + { path = "/boot"; devices = [ "/dev/disk/by-id/ata-ST4000NM0245-1Z2107_ZC17GW7G" ]; } + { path = "/boot-fallback"; devices = [ "/dev/disk/by-id/ata-ST4000NM0245-1Z2107_ZC17GWB2" ]; } ]; # Boot normally when one of the boot partitions are missing -- cgit 1.4.1