fix(alice): remove explicit linux override

Linux 6.8 is now EOL and I should've removed this long ago.
This commit is contained in:
buffet 2024-08-19 16:56:41 +02:00
parent a66ad66365
commit 489d78e8b2
Signed by: chef
SSH key fingerprint: SHA256:W4esalldcL3NhUvlxqk+cPV0rg8gfvSi6ebZmHOgyP0

View file

@ -16,7 +16,6 @@
boot = { boot = {
supportedFilesystems = ["bcachefs"]; supportedFilesystems = ["bcachefs"];
kernelPackages = pkgs.linuxPackages_6_8;
loader = { loader = {
systemd-boot.enable = true; systemd-boot.enable = true;