about summary refs log tree commit diff
path: root/users/sterni
diff options
context:
space:
mode:
Diffstat (limited to 'users/sterni')
-rw-r--r--users/sterni/machines/ingeborg/http/code.sterni.lv.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
index 94d7915d7f..fd4975ed1d 100644
--- a/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
+++ b/users/sterni/machines/ingeborg/http/code.sterni.lv.nix
@@ -227,7 +227,9 @@ in
             name = unitName name;
             value = {
               description = "mirror git repository ${name}";
+              requires = [ "network-online.target" ];
               after = [ "network-online.target" ];
+
               script =
                 let
                   path = repoPath name repo;