updated to block rxrpc

This commit is contained in:
2026-05-08 15:18:13 -05:00
parent 98c701195a
commit 42e8aaf70c
+1
View File
@@ -21,6 +21,7 @@ in
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.blacklistedKernelModules = [ "rxrpc" ];
# Enable Automount without Fail for Internal Drive. # Enable Automount without Fail for Internal Drive.
fileSystems."/run/media/Second_Drive" = { fileSystems."/run/media/Second_Drive" = {