From fad4ffa476085ec387939439e9200bd2065848d0 Mon Sep 17 00:00:00 2001 From: Aode Date: Mon, 6 Mar 2023 17:21:56 -0600 Subject: [PATCH] Pin linux 6.1 for nvidia compat --- flake.lock | 6 +++--- graystripe/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 68853f8..67aa607 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1677779205, - "narHash": "sha256-6DBjL9wjq86p2GczmwnHtFRnWPBPItc67gapWENBgX8=", + "lastModified": 1678072060, + "narHash": "sha256-6a9Tbjhir5HxDx4uw0u6Z+LHUfYf7tsT9QxF9FN/32w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "96e18717904dfedcd884541e5a92bf9ff632cf39", + "rev": "47c003416297e4d59a5e3e7a8b15cdbdf5110560", "type": "github" }, "original": { diff --git a/graystripe/default.nix b/graystripe/default.nix index 256fc77..dd673ee 100644 --- a/graystripe/default.nix +++ b/graystripe/default.nix @@ -22,7 +22,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi"; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_1; # Setup keyfile boot.initrd.secrets = {