From bc1f72bd079205597b4eee2808e4f28ea991ae7c Mon Sep 17 00:00:00 2001 From: anemofilia Date: Mon, 25 Sep 2023 03:32:28 -0300 Subject: [PATCH] chore: use default configuration for thinkfan-service in system declaration --- buer.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/buer.scm b/buer.scm index f342d22..462144c 100644 --- a/buer.scm +++ b/buer.scm @@ -235,10 +235,7 @@ (simple-service 'thinkfan-config etc-service-type `(("modprobe.d/thinkfan.conf" ,file:thinkfan-modprobe-config) ("thinkfan.conf" ,file:thinkfan-config))) - (service thinkfan-service-type - (thinkfan-configuration - (config-file file:thinkfan-config) - (respawn? #f))) + (service thinkfan-service-type) #|Doas configuration services|# (simple-service 'miscellaneous-permissions doas-service-type