summary refs log tree commit diff stats
path: root/bootloader.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-27 14:17:09 +0100
committersils <sils@sils.li>2022-12-27 14:17:09 +0100
commit72d762fe18152becda950f38f2bf46c76b9bf9f7 (patch)
tree279eeea3a963aa2525652432abe28cab7f510305 /bootloader.nix
parentmove desktop options in desktop (diff)
downloadnix-config-72d762fe18152becda950f38f2bf46c76b9bf9f7.zip
demodularize
Diffstat (limited to 'bootloader.nix')
-rw-r--r--bootloader.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootloader.nix b/bootloader.nix
deleted file mode 100644
index 89395d2..0000000
--- a/bootloader.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-  boot.loader.systemd-boot.enable = true;
-  boot.loader.efi.canTouchEfiVariables = true;
-}