From 9328048e5d4778f612724c18ec5eaa676236879e Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 19 Aug 2023 18:37:16 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/nixos/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nixos-laptop/nixos/configuration.nix b/hosts/nixos-laptop/nixos/configuration.nix index a98d26c2..e7d2e954 100644 --- a/hosts/nixos-laptop/nixos/configuration.nix +++ b/hosts/nixos-laptop/nixos/configuration.nix @@ -20,9 +20,9 @@ }; # Try thinkfan... - services.thinkfan = { - enable = true; - }; + #services.thinkfan = { + # enable = true; + #}; # Set your time zone. time.timeZone = "Asia/Tokyo";