refactor: move bootloader into 'modules/boot'

This commit is contained in:
2025-11-29 00:41:32 +01:00
parent ae55782bf2
commit 67d0733bbd

View File

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