mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/tests/systemd-shutdown: Explicit systemdStage1 arg
This commit is contained in:
@@ -1608,7 +1608,10 @@ in
|
||||
systemd-pstore = runTest ./systemd-pstore.nix;
|
||||
systemd-repart = handleTest ./systemd-repart.nix { };
|
||||
systemd-resolved = runTest ./systemd-resolved.nix;
|
||||
systemd-shutdown = runTest ./systemd-shutdown.nix;
|
||||
systemd-shutdown = runTest {
|
||||
imports = [ ./systemd-shutdown.nix ];
|
||||
_module.args.systemdStage1 = false;
|
||||
};
|
||||
systemd-ssh-proxy = runTest ./systemd-ssh-proxy.nix;
|
||||
systemd-sysupdate = runTest ./systemd-sysupdate.nix;
|
||||
systemd-sysusers-immutable = runTest ./systemd-sysusers-immutable.nix;
|
||||
|
||||
@@ -11,8 +11,6 @@ in
|
||||
name = "systemd-shutdown";
|
||||
meta.maintainers = with lib.maintainers; [ das_j ];
|
||||
|
||||
_module.args.systemdStage1 = lib.mkDefault false;
|
||||
|
||||
nodes.machine = {
|
||||
imports = [ ../modules/profiles/minimal.nix ];
|
||||
systemd.shutdownRamfs.contents."/etc/systemd/system-shutdown/shutdown-message".source =
|
||||
|
||||
Reference in New Issue
Block a user