aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/system/boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/system/boot.nix')
-rw-r--r--nixos/.flake/system/boot.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/.flake/system/boot.nix b/nixos/.flake/system/boot.nix
new file mode 100644
index 0000000..d911b6b
--- /dev/null
+++ b/nixos/.flake/system/boot.nix
@@ -0,0 +1,6 @@
+{ config, lib, pkgs, ... }:
+
+{
+ boot.loader.systemd-boot.enable = true;
+ boot.loader.efi.canTouchEfiVariables = true;
+}