Start porting nixy config, move some bootloader stuff into the common bootloader.nix.
This commit is contained in:
10
nodes/hosts/common/system/bootloader.nix
Normal file
10
nodes/hosts/common/system/bootloader.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, config, ... }: {
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_stable;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user