mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00: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
@ -79,8 +79,6 @@ with lib;
|
||||
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.RemainAfterExit = true;
|
||||
|
||||
restartIfChanged = false;
|
||||
};
|
||||
|
||||
systemd.services."print-host-key" =
|
||||
|
Loading…
Reference in New Issue
Block a user