From 1f11e1349d12caf8a67d994d3113ecff1ed49464 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 2 Jun 2016 21:44:59 +0200 Subject: renames --- hel/boot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hel') diff --git a/hel/boot.nix b/hel/boot.nix index af0dfe2d..c3acf746 100644 --- a/hel/boot.nix +++ b/hel/boot.nix @@ -5,12 +5,12 @@ initrd.luks.devices = [ { name = "ssd"; device = "/dev/disk/by-uuid/9e9e430c-f9cd-418e-b66b-60f81ba9293b"; } ]; loader = { - gummiboot.enable = true; + systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; tmpOnTmpfs = true; - extraKernelParams = ["intel_pstate=no_hwp"]; + kernelParams = ["intel_pstate=no_hwp"]; }; } -- cgit v1.2.3