mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
switched to latest kernel on petalburg
This commit is contained in:
parent
64045c1dd0
commit
be7c2343d4
|
@ -51,6 +51,9 @@ in {
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Pull latest Linux kernel.
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking.hostName = "petalburg"; # Define your hostname.
|
||||
|
||||
hardware.sensor.iio.enable = true;
|
||||
|
|
Loading…
Reference in a new issue