From 735c9a70d7355ecea68a231ea2cb8f88b4243076 Mon Sep 17 00:00:00 2001 From: Dietrich Daroch Date: Tue, 12 May 2020 23:59:49 -0700 Subject: 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. --- nixos/modules/services/network-filesystems/ipfs.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/modules/services/network-filesystems/ipfs.nix') diff --git a/nixos/modules/services/network-filesystems/ipfs.nix b/nixos/modules/services/network-filesystems/ipfs.nix index 880f70ae141..1f5c14d777d 100644 --- a/nixos/modules/services/network-filesystems/ipfs.nix +++ b/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 + ]; }; }; -- cgit 1.4.1