modules/hyprspace: wait for ipfs
This commit is contained in:
parent
90661a9a92
commit
0fb3c64c89
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue