From 81d4bff0527a83795a075f24be0a195d7fd6b5e3 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 1 Apr 2026 14:14:38 +0100 Subject: [PATCH] --- hosts/FredOS-Gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 4d6572f..8849292 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -30,7 +30,7 @@ enable32Bit = true; }; services.xserver.videoDrivers = ["amdgpu"]; - boot.initrd.kernelModules = [ "amdgpu" ]; + boot.initrd.kernelModules = [ "amdgpu" "ntsync" ]; # Enable AMD GPU overdrive for overclocking/undervolting boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" "amdgpu.freesync_video=1"];