From afb62b97d1f40898bb534989cb66c996b6825a33 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 21 Oct 2025 21:41:32 -0400 Subject: [PATCH] got usb decrypt working --- common/optional/ssh_decrypt.nix | 5 ++++- systems/brain/hardware.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/optional/ssh_decrypt.nix b/common/optional/ssh_decrypt.nix index f3cd091..27791bc 100644 --- a/common/optional/ssh_decrypt.nix +++ b/common/optional/ssh_decrypt.nix @@ -10,6 +10,9 @@ authorizedKeys = config.users.users.richie.openssh.authorizedKeys.keys; }; }; - availableKernelModules = [ "igb" ]; + availableKernelModules = [ + "igb" + "r8152" + ]; }; } diff --git a/systems/brain/hardware.nix b/systems/brain/hardware.nix index 9b80928..84453cf 100644 --- a/systems/brain/hardware.nix +++ b/systems/brain/hardware.nix @@ -14,6 +14,7 @@ "ehci_pci" "nvme" "sd_mod" + "uas" "usb_storage" "usbhid" "xhci_pci"