From 650d3f8fc4e49d6caed46b8f6db077e634682bd6 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 7 May 2015 08:50:47 +0000 Subject: [PATCH] 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 ccf672ca6b055e5e862e45b65d122754c16cf7d1) --- nixos/modules/virtualisation/ec2-data.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/virtualisation/ec2-data.nix b/nixos/modules/virtualisation/ec2-data.nix index b21c6bfbc0be..fd062237bb07 100644 --- a/nixos/modules/virtualisation/ec2-data.nix +++ b/nixos/modules/virtualisation/ec2-data.nix @@ -79,8 +79,6 @@ with lib; serviceConfig.Type = "oneshot"; serviceConfig.RemainAfterExit = true; - - restartIfChanged = false; }; systemd.services."print-host-key" =