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.
wip/yesman
Dietrich Daroch 4 years ago
parent db010c5537
commit 735c9a70d7
  1. 3
      nixos/modules/services/network-filesystems/ipfs.nix

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

Loading…
Cancel
Save