refactor: move bootloader into 'modules/boot'

This commit is contained in:
2025-11-29 00:41:32 +01:00
parent b2d1ef4bb1
commit 8434ceb45a

View File

@@ -0,0 +1,6 @@
{ ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}