mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 13:49:33 +00:00
40 lines
749 B
YAML
40 lines
749 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
cleanup: true
|
|
copr:
|
|
- abn/throttled
|
|
- sneexy/python-validity
|
|
install:
|
|
allow-erasing: true
|
|
packages:
|
|
- igt-gpu-tools
|
|
# python-validity
|
|
- fprintd-clients
|
|
- fprintd-clients-pam
|
|
- open-fprintd
|
|
- python3-validity
|
|
# tlp
|
|
- tlp
|
|
- tlp-rdw
|
|
# throttled
|
|
- throttled
|
|
# zcfan
|
|
- zcfan
|
|
remove:
|
|
auto-remove: true
|
|
packages:
|
|
- tuned
|
|
- tuned-ppd
|
|
|
|
- type: systemd
|
|
system:
|
|
enabled:
|
|
# tlp
|
|
- tlp.service
|
|
# throttled
|
|
# throttled.service
|
|
masked:
|
|
# tlp
|
|
- systemd-rfkill.service
|
|
- systemd-rfkill.socket |