⬆️ Update Flake and use Kernel 6.17

This commit is contained in:
Jo 2025-11-11 12:30:25 +01:00
parent fad807fb47
commit b5543e71d3
5 changed files with 32 additions and 28 deletions

View file

@ -22,7 +22,7 @@
};
archetypes.laptop.enable = true;
system.kernel.version = "linuxPackages_6_16";
system.kernel.version = "linuxPackages_6_17";
};
boot = {

View file

@ -35,7 +35,7 @@
extraPackages = with pkgs; [
intel-ocl
intel-media-driver
vaapiVdpau
libva-vdpau-driver
libvdpau-va-gl
];
};