latest kernel and update flake.lock

This commit is contained in:
Jakub Kropáček 2025-03-28 11:30:14 +01:00
parent 041a8aa5c0
commit 0b79680c11
2 changed files with 4 additions and 4 deletions

View file

@ -52,11 +52,11 @@
]
},
"locked": {
"lastModified": 1743097780,
"narHash": "sha256-5tUbaMBKYbfTe/4aXACxmiXG22TgwPBNcfZ8Kg3rt+g=",
"lastModified": 1743136572,
"narHash": "sha256-uwaVrKgi6g1TUq56247j6QvvFtYHloCkjCrEpGBvV54=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b14a70c40f4fd0b73d095ab04a7c6e31fbc18e52",
"rev": "1efd2503172016a6742c87b47b43ca2c8145607d",
"type": "github"
},
"original": {

View file

@ -19,7 +19,7 @@
boot = {
kernelParams = [ "quiet" ];
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_6_11;
kernelPackages = pkgs.linuxPackages_latest;
plymouth = {
enable = true;
};