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, 0 insertions, 6 deletions
diff --git a/nixos/.flake/system/boot.nix b/nixos/.flake/system/boot.nix
deleted file mode 100644
index d911b6b..0000000
--- a/nixos/.flake/system/boot.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- boot.loader.systemd-boot.enable = true;
- boot.loader.efi.canTouchEfiVariables = true;
-}