Merge pull request #87723 from Dietr1ch/fix-ipfs-upgrade

This commit is contained in:
Jörg Thalheim 2020-05-13 08:57:19 +01:00 committed by GitHub
commit 338a1af174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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