mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +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.
This commit is contained in:
parent
ce83865800
commit
ccf672ca6b
@ -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…
Reference in New Issue
Block a user