diff --git a/modules/system-settings/systemd-boot.nix b/modules/system-settings/systemd-boot.nix new file mode 100644 index 0000000..4712752 --- /dev/null +++ b/modules/system-settings/systemd-boot.nix @@ -0,0 +1,6 @@ +{ + flake.modules.nixos.systemd-boot = { + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + }; +}