Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 54b37bc

Browse files
committed
fix nvidia
1 parent ac637cb commit 54b37bc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

recipes/recipe-nvidia.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ base-image: ghcr.io/john-holt4/origami-linux
99
image-version: latest
1010

1111
modules:
12+
# 1. Add this module to remove the conflicting 64-bit package
13+
- type: dnf
14+
remove:
15+
packages:
16+
- mesa-vulkan-drivers
1217
# 1. Add the NVIDIA drivers
1318
- type: akmods
1419
nvidia-driver: nvidia
1520
install: []
16-
multilib: false
1721

1822
# 2. Rebuild the initramfs to include the new drivers
1923
- type: initramfs

0 commit comments

Comments
 (0)