Merge pull request #217942 from lilyinstarlight/fix/nixos-test-systemd-initrd-shutdown
nixos/tests/systemd-shutdown: ensure systemd-initrd variant actually enables it
Florian Klink 2 years ago 4ed9534f a4821c3a
··· 11 11 systemd.shutdownRamfs.contents."/etc/systemd/system-shutdown/shutdown-message".source = pkgs.writeShellScript "shutdown-message" '' 12 12 echo "${msg}" 13 13 ''; 14 14 + boot.initrd.systemd.enable = systemdStage1; 14 15 }; 15 16 16 17 testScript = ''