Move some bootloader stuff into common instead.
This commit is contained in:
11
nodes/hosts/common/system/bootloader.nix
Normal file
11
nodes/hosts/common/system/bootloader.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, config, ... }: {
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_stable;
|
||||
extraModulePackages = with config.boot.kernelPackages; [ xone ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user