refactor: seperate loader module

This commit is contained in:
tux
2026-05-08 05:14:03 +05:30
parent 3efd212f04
commit e28d1acb5e
2 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
{
flake.modules.nixos.boot = {
boot.loader.efi.canTouchEfiVariables = true;
};
}