From a42449009084226de684fb90e2205e7501b7022b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 4 Apr 2025 10:15:13 -0700 Subject: [PATCH] chore(callisto): stop forcing kernelParams --- reference/hosts/callisto/configuration.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/reference/hosts/callisto/configuration.nix b/reference/hosts/callisto/configuration.nix index d77bad4..bca4793 100755 --- a/reference/hosts/callisto/configuration.nix +++ b/reference/hosts/callisto/configuration.nix @@ -30,23 +30,7 @@ boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = false; - kernelParams = lib.mkForce [ - "earlycon" - "console=tty0" - "boot.shell_on_fail" - "nvme_apple.flush_interval=0" - "quiet" - "splash" - "boot.shell_on_fail" - "loglevel=3" - "rd.systemd.show_status=false" - "rd.udev.log_level=3" - "udev.log_priority=3" - "apple_dcp.show_notch=1" - "root=fstab" - "splash" - "loglevel=0" - ]; + kernelParams = [ "apple_dcp.show_notch=1" ]; extraModprobeConfig = '' options hid_apple iso_layout=0 '';