modules/ipfs: use new ipfs package
This commit is contained in:
parent
801a71ab6c
commit
4748d33784
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue