commit | 056309d9d592083f7cd626fe59fcd067b57f23a1 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Sun Jun 09 12:31:16 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Sun Jun 09 17:03:26 2024 +0000 |
tree | 00631f40294107cd16fd4ae2ed10cfb8645271b7 | |
parent | c5fb2ea13fbbd1b6cecb3fa67c0c9f82fc566937 [diff] |
feat(greylag): Enable thunderbolt management My eGPU and dock both need thunderbolt. Enabling bolt will let me permit them to have access to my system, allowing me to use them. Change-Id: I5732b54c5786a7dcfcbaaa47af8dcef73ea53ec0 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/732 Reviewed-by: Skyler Grey <minion@clicks.codes> Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/systems/x86_64-linux/greylag/games/default.nix b/systems/x86_64-linux/greylag/games/default.nix index 3055a58..122571c 100644 --- a/systems/x86_64-linux/greylag/games/default.nix +++ b/systems/x86_64-linux/greylag/games/default.nix
@@ -1,3 +1,5 @@ { chimera.games.steam.enable = true; -} \ No newline at end of file + + services.hardware.bolt.enable = true; +}