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/hardware/systemd-boot.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/hardware/systemd-boot.nix (limited to 'modules/hardware/systemd-boot.nix') diff --git a/modules/hardware/systemd-boot.nix b/modules/hardware/systemd-boot.nix new file mode 100644 index 0000000..80e79fd --- /dev/null +++ b/modules/hardware/systemd-boot.nix @@ -0,0 +1,10 @@ +{ 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