summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-17 01:54:11 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-17 02:03:35 -0500
commit9e70a1fd74cadc169f45f16dd0a05409468be70b (patch)
tree416f365c2cf5d27f4260ff1a9780cc9c82d584f0 /hosts
parent174aeddd2f10d48c87977446aad01323f1a82ef4 (diff)
downloadnixos-config-9e70a1fd74cadc169f45f16dd0a05409468be70b.tar.gz
nixos-config-9e70a1fd74cadc169f45f16dd0a05409468be70b.zip
modules/zcfan: Add and use on tomato
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tomato/hardware.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix
index 67ed789..baecca1 100644
--- a/hosts/tomato/hardware.nix
+++ b/hosts/tomato/hardware.nix
@@ -59,5 +59,7 @@ in
MAX_LOST_WORK_SECS_ON_AC = 30;
};
+ this.laptop.zcfan.enable = true;
+
nixpkgs.hostPlatform = "x86_64-linux";
}