Merge pull request #217942 from lilyinstarlight/fix/nixos-test-systemd-initrd-shutdown

nixos/tests/systemd-shutdown: ensure systemd-initrd variant actually enables it

authored by Florian Klink and committed by GitHub 4ed9534f a4821c3a

+1
+1
nixos/tests/systemd-shutdown.nix
··· 11 11 systemd.shutdownRamfs.contents."/etc/systemd/system-shutdown/shutdown-message".source = pkgs.writeShellScript "shutdown-message" '' 12 12 echo "${msg}" 13 13 ''; 14 + boot.initrd.systemd.enable = systemdStage1; 14 15 }; 15 16 16 17 testScript = ''