🗃️ add ipfs-migrator
This commit is contained in:
parent
39adf30b61
commit
310baa563b
@ -48,7 +48,7 @@ in {
|
||||
home-manager.users.walkah = import "${dotfiles}/home.nix";
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||
|
||||
programs.mosh.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user