diff --git a/pindakaas/hardware.nix b/pindakaas/hardware.nix index 5c00977..f060efc 100644 --- a/pindakaas/hardware.nix +++ b/pindakaas/hardware.nix @@ -5,10 +5,6 @@ # nixos-hardware use latest kernel by default. It has been set a while ago, we maybe don't need it anymore? kernelPackages = pkgs.linuxPackages; - # Otherwise it will not show stage1 echo and prompt - # UPST - kernelParams = [ "console=tty0" ]; - # EFI Variables don't seem to work (no generation appear in systemd-boot with SD) loader.efi.canTouchEfiVariables = false; };