diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
| commit | d2b6cf44a3277fd5d04bc10110d344827217e24e (patch) | |
| tree | 6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /hosts/apocalypse/default.nix | |
| parent | ee7b1d28e41a5ef25686ae1efc58b862e282813a (diff) | |
nixfmt
Diffstat (limited to 'hosts/apocalypse/default.nix')
| -rw-r--r-- | hosts/apocalypse/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index e8fc86c..5e13448 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, ... }: +{ lib, ... }: { imports = [ ./hardware-configuration.nix @@ -106,7 +106,7 @@ }; services.thinkfan = { - enable = true; + enable = true; levels = [ [ 0 @@ -114,7 +114,7 @@ 55 ] [ - 1 + 1 48 60 ] @@ -124,8 +124,8 @@ 65 ] [ - 3 - 55 + 3 + 55 67 ] [ @@ -144,7 +144,7 @@ 72 ] [ - 7 + 7 66 85 ] |
