modules/hyprspace: don't wait for ipfs

This commit is contained in:
Max Headroom 2022-09-26 23:06:13 +02:00
parent 7164f05fac
commit 60f6d274ab

View file

@ -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}