Setup desktop initramfs configuration
This commit is contained in:
parent
a5ed57f910
commit
5d91c4196d
7 changed files with 154 additions and 69 deletions
18
tasks/setup-laptop.yml
Normal file
18
tasks/setup-laptop.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue