yodaTab: keyboard and systemd during boot

This commit is contained in:
Daniel Langbein 2024-09-04 22:16:59 +02:00
parent 2db1838d7d
commit 95f505edfb

View File

@ -66,7 +66,14 @@
#yoda.btrfsMounts = yoda.btrfsFileSystems;
fileSystems."/mnt/512gb".options = [ "noatime" "commit=60" ]; # Ext4
boot.kernelParams = [];
# Fix touchpad/keyboard issue during boot.
# TODO neither touch nor keyboard work
# TODO try again with initrd.systemd.enable, see below. but disable Plymouth in that case
#boot.initrd.unl0kr.enable = true;
# Motivation behind bare bones systemd-based initrd: https://github.com/NixOS/nixpkgs/pull/164943
boot.initrd.systemd.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
# Most users should never change this value after the initial install, for any reason, even if you've upgraded your system to a new NixOS release.