diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/sterni/machines/ingeborg/http/code.sterni.lv.nix | 2 |
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 94d7915d7fe8..fd4975ed1d59 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; |