mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
added latest kernel to lavaridge
This commit is contained in:
parent
6250264ed0
commit
9513777433
|
@ -12,6 +12,9 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Pull latest Linux kernel.
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking.hostName = "lavaridge"; # Define your hostname.
|
||||
|
||||
powerManagement.powertop.enable = true;
|
||||
|
|
Loading…
Reference in a new issue