Setup desktop initramfs configuration

This commit is contained in:
Sonny Bakker 2024-09-04 10:54:50 +02:00
parent a5ed57f910
commit 5d91c4196d
7 changed files with 154 additions and 69 deletions

18
tasks/setup-laptop.yml Normal file
View file

@ -0,0 +1,18 @@
# TODO: set fan settings to `quiet` with smbios-thermal-ctl
# TODO: provision mkinitcpio
# TODO: provision modprobe
# TODO: provision sysctl?
#
- name: create udev rule
become: true
file:
path: '/etc/udev/rules.d/00-remove-nvidia.rules'
state: absent
- name: blacklist kernel module
become: true
file:
path: '/etc/modprobe.d/blacklist-nouveau.conf'
state: absent
owner: root
group: root