diff options
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/hardware.nix | 2 |
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"; } |