about summary refs log tree commit diff
path: root/modules/hardware/t100ha/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/t100ha/default.nix')
-rw-r--r--modules/hardware/t100ha/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix
index 29d0956e..46044d43 100644
--- a/modules/hardware/t100ha/default.nix
+++ b/modules/hardware/t100ha/default.nix
@@ -96,16 +96,6 @@ in {
       self = pkgs.linuxPackagesFor t100haKernel self;
     in self;
 
-    # Fix boot loader, otherwise it's hard (not impossible though if you press
-    # the key combinations fast enough) to choose anything else than the default
-    # entry.
-    #
-    # Upstream issue with workaround:
-    #   https://github.com/systemd/systemd/issues/3632
-    systemd.package = lib.overrideDerivation pkgs.systemd (drv: {
-      patches = (drv.patches or []) ++ [ ./fix-bootloader.patch ];
-    });
-
     # By default the console is rotated by 90 degrees to the right.
     boot.kernelParams = [ "fbcon=rotate:3" ];
     services.xserver.deviceSection = ''