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