summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-01-24 15:46:51 +0100
committerAhmed AbdelHalim <[email protected]>2026-01-24 15:46:51 +0100
commit6b6ebc014157c68566cef5c55ee5fe2cc7c6ae2e (patch)
tree2a1977cb7bc5aa29101edf8a1746b33a7268d275 /molecule
parentce8eaa97edc29485f81e7f95ad2abdf8c0573629 (diff)
Add nvidia driver role w/testing
Fix nvidia role for clean installs and make hyprland nvidia env vars conditional - Add nouveau blacklist to prevent driver conflicts - Remove redundant DKMS install task (AUR package handles this automatically) - Fix mkinitcpio MODULES to append nvidia modules instead of overwriting - Add missing initramfs rebuild notification to modprobe.d template - Make hyprland NVIDIA environment variables conditional via hyprland_nvidia flag Co-authored-by: Claude.ai
Diffstat (limited to 'molecule')
-rw-r--r--molecule/archlinux-gnome/converge.yml1
-rw-r--r--molecule/archlinux/converge.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml
index 3324704e..90090248 100644
--- a/molecule/archlinux-gnome/converge.yml
+++ b/molecule/archlinux-gnome/converge.yml
@@ -84,3 +84,4 @@
- role: "pipewire"
- role: "brightnessctl"
- role: "wiremix"
+ - role: "nvidia"
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml
index 015bc262..38983ecb 100644
--- a/molecule/archlinux/converge.yml
+++ b/molecule/archlinux/converge.yml
@@ -83,4 +83,5 @@
- role: "pipewire"
- role: "brightnessctl"
- role: "wiremix"
+ - role: "nvidia"
- role: "hyprland"