got usb decrypt working

This commit is contained in:
2025-10-21 21:41:32 -04:00
parent cf75f3d75a
commit afb62b97d1
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
authorizedKeys = config.users.users.richie.openssh.authorizedKeys.keys; authorizedKeys = config.users.users.richie.openssh.authorizedKeys.keys;
}; };
}; };
availableKernelModules = [ "igb" ]; availableKernelModules = [
"igb"
"r8152"
];
}; };
} }

View File

@@ -14,6 +14,7 @@
"ehci_pci" "ehci_pci"
"nvme" "nvme"
"sd_mod" "sd_mod"
"uas"
"usb_storage" "usb_storage"
"usbhid" "usbhid"
"xhci_pci" "xhci_pci"