📦 [shared] Update dependencies

This commit is contained in:
2025-07-28 22:12:41 +02:00
parent 51c9dac1ef
commit adb156a8b8
4 changed files with 41 additions and 76 deletions

View File

@ -11,5 +11,5 @@
./hardware-configuration.nix
];
boot.kernelPackages = pkgs.linuxPackages_6_14;
boot.kernelPackages = pkgs.linuxPackages_latest;
}