summaryrefslogtreecommitdiff
path: root/modules/software/boot/systemd-boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software/boot/systemd-boot.nix')
-rw-r--r--modules/software/boot/systemd-boot.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/software/boot/systemd-boot.nix b/modules/software/boot/systemd-boot.nix
deleted file mode 100644
index b51a896..0000000
--- a/modules/software/boot/systemd-boot.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- boot.loader.systemd-boot = {
- enable = false;
- editor = true;
- consoleMode = "max";
- memtest86.enable = true;
- netbootxyz.enable = true;
- };
-}