Gen 402: created system config for my laptop
This commit is contained in:
10
glasshouse-laptop/sys/bootloader.nix
Normal file
10
glasshouse-laptop/sys/bootloader.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
loader.systemd-boot.configurationLimit = 10;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user