mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
yodaTab: keyboard and systemd during boot
This commit is contained in:
parent
2db1838d7d
commit
95f505edfb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user