modules/hyprspace: don't wait for ipfs
This commit is contained in:
parent
7164f05fac
commit
60f6d274ab
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
};
|
||||
systemd.services.hyprspace = {
|
||||
enable = true;
|
||||
after = [ "network-online.target" "ipfs.service" ];
|
||||
after = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
preStart = ''
|
||||
test -e ${runConfig} && rm ${runConfig}
|
||||
|
|
Loading…
Reference in a new issue