From 2048a393a764c7aabe730f97ab37e34b7bb9d1c0 Mon Sep 17 00:00:00 2001 From: logical_code Date: Mon, 22 Dec 2025 12:39:25 -0500 Subject: [PATCH] Extra Config for LACT --- hosts/brandon-desktop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/brandon-desktop/default.nix b/hosts/brandon-desktop/default.nix index 8acaad5..f0c7649 100644 --- a/hosts/brandon-desktop/default.nix +++ b/hosts/brandon-desktop/default.nix @@ -119,6 +119,7 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; services.lact.enable = true; + hardware.amdgpu.overdrive.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];