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