diff --git a/nix/configurations/tungsten/nixos/misc.nix b/nix/configurations/tungsten/nixos/misc.nix index 0368ad30..aa175cd6 100644 --- a/nix/configurations/tungsten/nixos/misc.nix +++ b/nix/configurations/tungsten/nixos/misc.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{ system.stateVersion = "24.05"; boot.loader = { @@ -8,10 +8,4 @@ }; efi.canTouchEfiVariables = true; }; - - boot.kernelPackages = pkgs.linuxPackages_6_12; - boot.kernelParams = [ - # https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4 - "pcie_aspm=off" - ]; }