mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Revert restartIfChanged on fetch-ec2-data, as it breaks deployments that set ec2.metadata = true, as the existing (default) blackhole will not be cleared.
(cherry picked from commit ccf672ca6b
)
This commit is contained in:
parent
10bb715c07
commit
650d3f8fc4
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ with lib;
|
||||||
|
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
serviceConfig.RemainAfterExit = true;
|
serviceConfig.RemainAfterExit = true;
|
||||||
|
|
||||||
restartIfChanged = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services."print-host-key" =
|
systemd.services."print-host-key" =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue