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"