Unverified Commit 4ed9534f authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

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

nixos/tests/systemd-shutdown: ensure systemd-initrd variant actually enables it
parents a4821c3a 308657da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ in {
    systemd.shutdownRamfs.contents."/etc/systemd/system-shutdown/shutdown-message".source = pkgs.writeShellScript "shutdown-message" ''
      echo "${msg}"
    '';
    boot.initrd.systemd.enable = systemdStage1;
  };

  testScript = ''