about summary refs log tree commit diff stats
path: root/hosts/tiamat
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-04-04 08:06:13 +0200
committerene <ene@sils.li>2023-04-04 08:06:13 +0200
commitfd1f1858d5d965e94998a886bafc8c019721cfe7 (patch)
treec14933e8e5e2561ba0f195cd12090143d57662e1 /hosts/tiamat
parentFix(hm/impermanence): Save the complete .local (diff)
downloadnixos-config-fd1f1858d5d965e94998a886bafc8c019721cfe7.tar.gz
nixos-config-fd1f1858d5d965e94998a886bafc8c019721cfe7.zip
Style(treewide): Format
Diffstat (limited to 'hosts/tiamat')
-rw-r--r--hosts/tiamat/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix
index 151e42b6..bb4596ec 100644
--- a/hosts/tiamat/hardware/default.nix
+++ b/hosts/tiamat/hardware/default.nix
@@ -27,6 +27,6 @@
   boot = {
     kernelModules = ["kvm-amd"];
 
-    initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
+    initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
   };
 }