mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
update to kernel 6.2
This commit is contained in:
parent
c08f08692b
commit
48d33a9ef5
@ -281,11 +281,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676110339,
|
"lastModified": 1676973346,
|
||||||
"narHash": "sha256-kOS/L8OOL2odpCOM11IevfHxcUeE0vnZUQ74EOiwXcs=",
|
"narHash": "sha256-rft8oGMocTAhUVqG3LW6I8K/Fo9ICGmNjRqaWTJwav0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e5530aba13caff5a4f41713f1265b754dc2abfd8",
|
"rev": "d0d55259081f0b97c828f38559cad899d351cad1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -40,4 +40,7 @@
|
|||||||
boot.supportedFilesystems =
|
boot.supportedFilesystems =
|
||||||
lib.mkIf (config.physical && pkgs.stdenv.isLinux) [ "ntfs" ];
|
lib.mkIf (config.physical && pkgs.stdenv.isLinux) [ "ntfs" ];
|
||||||
|
|
||||||
|
# Use latest released Linux kernel by default
|
||||||
|
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user