chore: remove creation of /etc/modprobe.d/thinkfan.conf in thinkfan-configuration simple-service since thinkfan-service now does that for us
parent
80552978d5
commit
5af3ed16e3
3
buer.scm
3
buer.scm
|
@ -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|#
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
options thinkpad_acpi experimental=1 fan_control=1
|
|
|
@ -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"))
|
|
||||||
|
|
Loading…
Reference in New Issue