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:
parent
db010c5537
commit
735c9a70d7
@ -217,6 +217,9 @@ in {
|
|||||||
createHome = false;
|
createHome = false;
|
||||||
uid = config.ids.uids.ipfs;
|
uid = config.ids.uids.ipfs;
|
||||||
description = "IPFS daemon user";
|
description = "IPFS daemon user";
|
||||||
|
packages = [
|
||||||
|
pkgs.ipfs-migrator
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user