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
No known key found for this signature in database

View file

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