Update flake inputs + dustbowl: use linux 6.0

This commit is contained in:
joachimschmidt557 2022-10-27 11:50:24 +02:00
parent a39263973f
commit e8ea21bdeb
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 11 additions and 10 deletions

View file

@ -26,7 +26,7 @@
};
# Kernel version
boot.kernelPackages = pkgs.linuxPackages_5_18;
boot.kernelPackages = pkgs.linuxPackages_6_0;
# Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true;