about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/sterni/machines/ingeborg/http/code.sterni.lv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
index 7a6f82395a97..843f525de84b 100644
--- a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
+++ b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
@@ -239,7 +239,7 @@ in
             name = unitName name;
             value = {
               description = "mirror git repository ${name}";
-              requires = [ "network-online.target" ];
+              wants = [ "network-online.target" ];
               after = [ "network-online.target" ];
 
               script =