Switch kernel version

This commit is contained in:
Natsu Kagami 2022-03-14 13:34:32 -04:00
parent ceb77d6edf
commit 0ac4989812
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 9 additions and 5 deletions

View file

@ -15,6 +15,8 @@
../modules/personal/fonts
];
# Set kernel version to latest
boot.kernelPackages = pkgs.linuxPackages_latest;
# Use the systemd-boot EFI boot loader.
boot = {
plymouth.enable = true;