bootloaders: split bootloaders into seperate files

This commit is contained in:
Nico 2025-12-12 21:44:58 +11:00
parent ea97683dfd
commit cb2c94c4d9
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
4 changed files with 33 additions and 2 deletions

View file

@ -6,9 +6,7 @@
{
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 0;
# Networking
networking.networkmanager.enable = true;