nix-config/hosts/server/boot.nix

9 lines
146 B
Nix
Raw Normal View History

2024-09-19 17:12:09 +02:00
{ ... }:
2024-07-27 23:57:36 +02:00
{
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
initrd.systemd.enable = true;
};
}