From c24e6951812e74ac688c978f971483bbb7ee73e1 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 18 Nov 2018 14:44:00 +0100 Subject: [PATCH] nix/os/devices/CFB4ED74: cleanup --- nix/os/devices/CFB4ED74/boot.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nix/os/devices/CFB4ED74/boot.nix b/nix/os/devices/CFB4ED74/boot.nix index 6e17997..18fcc13 100644 --- a/nix/os/devices/CFB4ED74/boot.nix +++ b/nix/os/devices/CFB4ED74/boot.nix @@ -4,8 +4,5 @@ { boot.loader.grub.efiSupport = lib.mkForce false; -# boot.loader.grub.efiInstallAsRemovable = lib.mkForce false; -# boot.loader.efi.canTouchEfiVariables = lib.mkForce false; - boot.extraModulePackages = [ ]; }