disable systemd initrd for now

This commit is contained in:
Daniel Langbein 2024-10-15 11:34:15 +02:00
parent ca3c5e0c81
commit b7b74b47b3
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -74,8 +74,9 @@
# TODO try again with initrd.systemd.enable, see below. but disable Plymouth in that case
#boot.initrd.unl0kr.enable = true;
# TODO
# Motivation behind bare bones systemd-based initrd: https://github.com/NixOS/nixpkgs/pull/164943
boot.initrd.systemd.enable = true;
#boot.initrd.systemd.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;