Skip to content

Commit

Permalink
nixos/configurations/adrastea/nvidia: remove kernel workaround
Browse files Browse the repository at this point in the history
This is fixed upstream. Remove the workaround.

Link: NixOS/nixpkgs#344524
  • Loading branch information
inclyc committed Oct 5, 2024
1 parent e392740 commit 77157a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nixos/configurations/adrastea/nvidia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ in
NVIDIA_KERNEL = nvidia;
};

# Upgrade to Kernel 6.11.arch1-1 and nvidia 560.35.03-7 regression
# https://bbs.archlinux.org/viewtopic.php?id=299450
boot.kernelParams = [
"initcall_blacklist=simpledrm_platform_driver_init"
];

# Initialize nvidia gpu card using "nvidia-smi" in root.
systemd.services."nvidia-init" = {
description = "Initialize NVIDIA GPU";
Expand Down

0 comments on commit 77157a6

Please sign in to comment.