refactor: move bootloader into 'modules/boot'

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 11381a1ff9
commit 54bdee7e8f
+6
View File
@@ -0,0 +1,6 @@
{ ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}