chore: remove creation of /etc/modprobe.d/thinkfan.conf in thinkfan-configuration simple-service since thinkfan-service now does that for us

pull/1/head
anemofilia 2023-09-25 15:39:07 -03:00
parent 80552978d5
commit 5af3ed16e3
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
3 changed files with 2 additions and 7 deletions

View File

@ -233,8 +233,7 @@
#|Thinkfan services|# #|Thinkfan services|#
(simple-service 'thinkfan-config etc-service-type (simple-service 'thinkfan-config etc-service-type
`(("modprobe.d/thinkfan.conf" ,file:thinkfan-modprobe-config) `(("thinkfan.conf" ,file:thinkfan-config)))
("thinkfan.conf" ,file:thinkfan-config)))
(service thinkfan-service-type) (service thinkfan-service-type)
#|Doas configuration services|# #|Doas configuration services|#

View File

@ -1 +0,0 @@
options thinkpad_acpi experimental=1 fan_control=1

View File

@ -1,9 +1,6 @@
(define-module (radix files thinkfan) (define-module (radix files thinkfan)
#:use-module (gnu) #:use-module (gnu)
#:export (config modprobe-config)) #:export (config))
(define config (define config
(local-file "../../../files/thinkfan/thinkfan.conf")) (local-file "../../../files/thinkfan/thinkfan.conf"))
(define modprobe-config
(local-file "../../../files/thinkfan/modprobe.d/thinkfan.conf"))