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;
};
};
availableKernelModules = [ "igb" ];
availableKernelModules = [
"igb"
"r8152"
];
};
}