mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-20 21:58:06 +01:00
disable systemd initrd for now
This commit is contained in:
parent
ca3c5e0c81
commit
b7b74b47b3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user