🗃️ add ipfs-migrator

This commit is contained in:
2022-03-02 22:29:38 -05:00
parent 39adf30b61
commit 310baa563b
3 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,8 @@ let
in {
imports = [ ./default.nix ];
environment.systemPackages = with pkgs; [ ipfs-migrator ];
networking.firewall = {
allowedTCPPorts = [ 4001 ];
allowedUDPPorts = [ 4001 ];