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:
parent
ce516fffe9
commit
dd2e510473
|
@ -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?
|
# nixos-hardware use latest kernel by default. It has been set a while ago, we maybe don't need it anymore?
|
||||||
kernelPackages = pkgs.linuxPackages;
|
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)
|
# EFI Variables don't seem to work (no generation appear in systemd-boot with SD)
|
||||||
loader.efi.canTouchEfiVariables = false;
|
loader.efi.canTouchEfiVariables = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue