summaryrefslogtreecommitdiff
path: root/machines/t1
diff options
context:
space:
mode:
Diffstat (limited to 'machines/t1')
-rw-r--r--machines/t1/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/t1/default.nix b/machines/t1/default.nix
index 1a44b07..5a91816 100644
--- a/machines/t1/default.nix
+++ b/machines/t1/default.nix
@@ -14,6 +14,12 @@ in
common-gpu-amd
];
+ programs.corectrl = {
+ enable = true;
+ gpuOverclock.enable = true;
+ };
+
+
system.stateVersion = "24.11";
users.users.kle = kle.nixos;