summaryrefslogtreecommitdiffstats
path: root/roles/nvidia_gtx1060/handlers
AgeCommit message (Collapse)AuthorFilesLines
2026-07-12Fix 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 Abdelhalim1-5/+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 Abdelhalim1-4/+4
2026-02-12Add reboot to the playbook as post_task (controlled by flag)Ahmed Abdelhalim1-0/+5
2026-01-24Rename nvidia role to nvidia_gtx1060Ahmed Abdelhalim1-0/+6