major refactor and reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-04 10:23:00 -05:00
parent 3c69cf9c74
commit f43b32286c

View file

@ -4,9 +4,6 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];