core: move bootloader to hosts
This commit is contained in:
parent
22a7d47ace
commit
99a10f35dd
2 changed files with 3 additions and 4 deletions
|
@ -5,10 +5,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue