From 0fb3c64c8916942f9aef6bd8f46c5413b8bfd6df Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 26 Feb 2022 15:07:27 +0100 Subject: [PATCH] modules/hyprspace: wait for ipfs --- modules/hyprspace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprspace/default.nix b/modules/hyprspace/default.nix index 785fba7..438ea9e 100644 --- a/modules/hyprspace/default.nix +++ b/modules/hyprspace/default.nix @@ -30,7 +30,7 @@ in { }; systemd.services.hyprspace = { enable = true; - after = [ "network-online.target" ]; + after = [ "network-online.target" "ipfs.service" ]; wantedBy = [ "multi-user.target" ]; preStart = '' test -e ${runConfig} && rm ${runConfig}