blocked rxrpc kernal moduel

This commit is contained in:
2026-05-08 15:20:18 -05:00
parent c616cbed9b
commit eff48cafa2
+1
View File
@@ -11,6 +11,7 @@
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "quiet" "loglevel=3" "rd.systemd.show_status=false" "udev.log_level=3" ];
boot.blacklistedKernelModules = [ "rxrpc" ];
# ── Filesystems ─────────────────────────────────────────────
fileSystems."/run/media/Second_Drive" = {