From 2231649de894133691d715279bf445976a78f515 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 8 Oct 2023 14:44:51 +0200 Subject: [PATCH] Fix formatting to make treefmt happy --- hosts/pioneer-momo-koeln/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pioneer-momo-koeln/hardware-configuration.nix b/hosts/pioneer-momo-koeln/hardware-configuration.nix index 6781890e..e5592cbf 100644 --- a/hosts/pioneer-momo-koeln/hardware-configuration.nix +++ b/hosts/pioneer-momo-koeln/hardware-configuration.nix @@ -13,7 +13,7 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only - boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot" "kvm-intel" "virtio_scsi" "uas" ]; + boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot" "kvm-intel" "virtio_scsi" "uas"]; boot.extraModulePackages = []; boot.initrd.luks.devices."cryptroot" = {