mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
8 lines
162 B
Nix
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;
|
|
|
|
}
|