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:
parent
a66ad66365
commit
489d78e8b2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue