initial config
This commit is contained in:
13
modules/system/boot.nix
Normal file
13
modules/system/boot.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
# ==========================================
|
||||
# BOOT CONFIGURATION
|
||||
# ==========================================
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 10;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Use the latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
Reference in New Issue
Block a user