summaryrefslogtreecommitdiffstats
path: root/roles/nvidia_gtx1060
AgeCommit message (Collapse)AuthorFilesLines
13 daysFix nvidia driver on desktopAhmed Abdelhalim1-0/+12
The nvidia_gtx1060 role rebuilds the initramfs via mkinitcpio but never synced the result to the ESP that rEFInd actually boots from. The sync only happens automatically via a pacman hook on `linux` package upgrades, so a manual mkinitcpio rebuild (e.g. after changing this role's modprobe.d config) left rEFInd booting a stale initramfs - nouveau kept winning the race for the GPU until the next kernel upgrade happened to trigger the hook. Co-Authored-By: Claude.ai
2026-03-01Remove reboot tasks as they are not necessaryAhmed Abdelhalim2-7/+0
The reboot also makes the testing quite unstable, and they don't have a lot of added benefits, removing them for now
2026-02-27Refactor "Require reboot" to use standard rebootAhmed Abdelhalim2-6/+6
2026-02-21Fix bash dependencies in shell scripts calledAhmed Abdelhalim2-0/+3
2026-02-19Refactor steam and ensure nvidia is workingAhmed Abdelhalim2-10/+9
2026-02-18Refactor enable multilib on archlinux as a separate roleAhmed Abdelhalim1-17/+3
2026-02-15Add missing nvidia libAhmed Abdelhalim2-0/+19
2026-02-12Add reboot to the playbook as post_task (controlled by flag)Ahmed Abdelhalim2-2/+11
2026-01-29Ignore tasks from testing as they can't work on containersAhmed Abdelhalim1-0/+12
2026-01-29Fix nvidia gtx role variable namesAhmed Abdelhalim1-4/+4
2026-01-24Rename nvidia role to nvidia_gtx1060Ahmed Abdelhalim6-0/+82