diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-01 23:48:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-01 23:48:05 +0100 |
| commit | cf2321a1ce41e421cba4e12b73c09c2a12fe61d0 (patch) | |
| tree | c9abcaafd9160b88418db434ac6622fb81b8b365 /molecule | |
| parent | a6049265a981107bd042701ca2097410a6eef682 (diff) | |
Refactor graphics driver roles
Now with the gpu_driver, the installing of the correct driver is
delegated to this role, which orchestrate the installing of one or more
drivers.
This refactoring of the role/testing, means that the roles don't run on
testing (intentionally), if a driver needs to be tested it will be added
but for now it's not really all that beneficial to keep this 30+ minutes
testing roles running just to test the packages existence.
It also simplifies the roles, and added as a dependency for steam which
is the main reason why these are needed to be installed (also better
hyprland animations, but that's not as crucial as steam failing without
the drivers).
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index eb08fa9c..eaa8bc23 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -97,7 +97,6 @@ - role: "chromium" - role: "obsidian" - role: "microsoft-teams" - - role: "nvidia_gtx1060" - role: "steam" - role: "usbutils" - role: "nginx" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 6da075d2..bd2c4c93 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -96,7 +96,6 @@ - role: "chromium" - role: "obsidian" - role: "microsoft-teams" - - role: "nvidia_gtx1060" - role: "steam" - role: "waybar" - role: "hyprland" |
