dotfiles/modules/hardware/server.nix
2022-10-01 16:24:44 +00:00

8 lines
162 B
Nix

{ config, ... }: {
# Servers need a bootloader or they won't start
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}