From 30938b3d1314b0304aa1c1d4ce90a9fdf8f48e24 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 25 Oct 2024 13:06:39 -0400 Subject: [PATCH] feat: fix oracle micro --- nixos/hardware/oracle_micro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hardware/oracle_micro.nix b/nixos/hardware/oracle_micro.nix index 42a27675..8fbbdf41 100644 --- a/nixos/hardware/oracle_micro.nix +++ b/nixos/hardware/oracle_micro.nix @@ -11,11 +11,11 @@ configurationLimit = 1; }; systemd-boot.configurationLimit = 1; + }; initrd = { availableKernelModules = ["ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi"]; kernelModules = ["nvme"]; }; - }; }; fileSystems = { "/boot" = {