From 0f2c55992677e78d5d2908d0648e410ef9b27436 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Sep 2017 13:59:19 +0200 Subject: Organise modules into folders --- modules/systemd-boot.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 modules/systemd-boot.nix (limited to 'modules/systemd-boot.nix') diff --git a/modules/systemd-boot.nix b/modules/systemd-boot.nix deleted file mode 100644 index 80e79fd..0000000 --- a/modules/systemd-boot.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, pkgs, ... }: - -{ boot.loader.systemd-boot = { - enable = true; - editor = false; # Don't allow modification - }; - boot.loader.efi.canTouchEfiVariables = true; - boot.vesa = true; - boot.earlyVconsoleSetup = true; -} -- cgit 1.4.1