Services,IPFS,Fix: Require the ipfs-migrator package for handling upgrades.

Without it, the services get stuck on startup when the IPFS repo needs upgrades.
This commit is contained in:
Dietrich Daroch 2020-05-12 23:59:49 -07:00
parent db010c5537
commit 735c9a70d7

View file

@ -217,6 +217,9 @@ in {
createHome = false;
uid = config.ids.uids.ipfs;
description = "IPFS daemon user";
packages = [
pkgs.ipfs-migrator
];
};
};