switched to latest kernel on petalburg

This commit is contained in:
Aly Raffauf 2024-03-12 22:10:49 -04:00
parent 64045c1dd0
commit be7c2343d4

View file

@ -51,6 +51,9 @@ in {
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Pull latest Linux kernel.
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "petalburg"; # Define your hostname. networking.hostName = "petalburg"; # Define your hostname.
hardware.sensor.iio.enable = true; hardware.sensor.iio.enable = true;