🗃️ add ipfs-migrator
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||
|
||||
services = {
|
||||
ipfs = {
|
||||
enable = true;
|
||||
|
@ -25,6 +25,8 @@ let
|
||||
in {
|
||||
imports = [ ./default.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 4001 ];
|
||||
allowedUDPPorts = [ 4001 ];
|
||||
|
Reference in New Issue
Block a user