From b7b74b47b38a2eb0abd34785c7e4c55de319b16a Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 15 Oct 2024 11:34:15 +0200 Subject: [PATCH] disable systemd initrd for now --- hosts/yodaTab/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/yodaTab/configuration.nix b/hosts/yodaTab/configuration.nix index 0eb26c5..d6fcc3b 100644 --- a/hosts/yodaTab/configuration.nix +++ b/hosts/yodaTab/configuration.nix @@ -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;