This commit is contained in:
Osman Faruk Bayram 2025-11-07 08:49:39 +03:00
parent 7cf40592d7
commit 05042e578d

View file

@ -1,7 +1,7 @@
{ config, lib, ... }: { config, lib, ... }:
{ {
config = lib.mkIf (config.osbmModules.hardware.systemd-boot.enable) { config = lib.mkIf config.osbmModules.hardware.systemd-boot.enable {
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
}; };