mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-03 08:23:56 +00:00
add server bootloader
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ config, ... }: {
|
||||
|
||||
# Servers need a bootloader or they won't start
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user