modules/ipfs: use new ipfs package

This commit is contained in:
Max Headroom 2022-06-18 15:26:31 +02:00
parent 801a71ab6c
commit 4748d33784

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, tools, ... }:
{ config, inputs, lib, pkgs, tools, ... }:
let
inherit (tools.meta) domain;
cfg = config.services.ipfs;
@ -23,6 +23,7 @@ in
services.ipfs = {
enable = true;
package = inputs.self.packages.${pkgs.system}.ipfs;
startWhenNeeded = false;
autoMount = true;
autoMigrate = false;