fix fingerprint login update kernel
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
argsOverride = rec {
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
|
||||
sha256 = "sha256-2h7X1HyX7XLJNUCRYodAqjxAo8nNc4KHHzztvWBYgjQ=";
|
||||
sha256 = "sha256-c9T2rY3WrCpB7VLCkoiYt8PyUZ7V29sRkgIJo2mZt34=";
|
||||
};
|
||||
version = "6.6.1";
|
||||
modDirVersion = "6.6.1";
|
||||
version = "6.6.2";
|
||||
modDirVersion = "6.6.2";
|
||||
};
|
||||
});
|
||||
|
||||
@@ -116,6 +116,6 @@
|
||||
# this value at the release version of the first install of this system.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{ config, lib, pkgs, modulesPath, allPkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
@@ -53,6 +53,9 @@
|
||||
git
|
||||
flutter
|
||||
prusa-slicer
|
||||
|
||||
iperf3
|
||||
discord
|
||||
|
||||
#cargo
|
||||
#rustc
|
||||
|
Reference in New Issue
Block a user