pindakaas: Remove no longer needed kernel argument

Maybe new kernel don't need it.
Or it has to do with using systemd for boot.
This commit is contained in:
Geoffrey Frogeye 2024-06-30 20:55:51 +02:00
parent ce516fffe9
commit dd2e510473
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -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;
};