mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-20 18:04:41 +00:00
add server bootloader
This commit is contained in:
7
modules/hardware/server.nix
Normal file
7
modules/hardware/server.nix
Normal file
@@ -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