From 1c5fb223d4a67a6c513e8598a8c8f20e226c35c0 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Mon, 3 Feb 2025 12:27:07 -0800 Subject: [PATCH] Testing --- nixos/hosts/framework16/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/framework16/default.nix b/nixos/hosts/framework16/default.nix index 166a9213..8d285fe4 100644 --- a/nixos/hosts/framework16/default.nix +++ b/nixos/hosts/framework16/default.nix @@ -27,7 +27,7 @@ }; # NOTE: One of these commented entries is causing stuttering issues. - # Now that I commented them all out my laptop is performing great. I might just leave it... + # Now that I commented them all out my laptop is performing great. I might just leave it... # boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "uas" "sd_mod" ]; # boot.initrd.kernelModules = [ ]; # boot.kernelModules = [ "kvm-amd" ];