Update flake inputs

This commit is contained in:
joachimschmidt557 2022-06-18 17:52:25 +02:00
parent 6277d8ccba
commit 222939284e
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 42 additions and 11 deletions

View file

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