commit | 1abb2ff95febb3a9839042f44c431f057dfcb8f0 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <me@thecoded.prof> | Wed Sep 04 17:03:38 2024 -0400 |
committer | Skyler Grey <minion@clicks.codes> | Sat Sep 14 23:08:14 2024 +0000 |
tree | b62beab3c109d312b0673753b14ad330fb674647 | |
parent | bd08ef6d21c7b3766ea772fb5b2f5f971d1a0862 [diff] |
feat(cooling): Package OpenLinkHub and add module Change-Id: I2273a14c6242df77aef4378f1ed1a455b3815a4e Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/827 Tested-by: Samuel Shuert <coded@clicks.codes> Reviewed-by: Skyler Grey <minion@clicks.codes>
diff --git a/systems/x86_64-linux/shorthair/default.nix b/systems/x86_64-linux/shorthair/default.nix index 4a39549..d0aabb2 100644 --- a/systems/x86_64-linux/shorthair/default.nix +++ b/systems/x86_64-linux/shorthair/default.nix
@@ -7,6 +7,7 @@ ./compositor ./console ./games + ./hardware/cooling ./hardware/cpu ./hardware/filesystems ./networking
diff --git a/systems/x86_64-linux/shorthair/hardware/cooling/default.nix b/systems/x86_64-linux/shorthair/hardware/cooling/default.nix new file mode 100644 index 0000000..8badc94 --- /dev/null +++ b/systems/x86_64-linux/shorthair/hardware/cooling/default.nix
@@ -0,0 +1,4 @@ +{ ... }: +{ + chimera.cooling.OpenLinkHub.enable = true; +}