From fd77c63166a38e31dd4b5cfd6d31e3ba3572168b Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 19 Aug 2023 10:16:43 +0900 Subject: [PATCH] thinkfan defualts --- hosts/nixos-laptop/nixos/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/nixos-laptop/nixos/configuration.nix b/hosts/nixos-laptop/nixos/configuration.nix index 3b03ccc7..ffe6c137 100644 --- a/hosts/nixos-laptop/nixos/configuration.nix +++ b/hosts/nixos-laptop/nixos/configuration.nix @@ -22,6 +22,11 @@ }; }; + # Try thinkfan... + services.thinkfan = { + enable = true; + }; + # Set your time zone. time.timeZone = "Asia/Tokyo";