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;