🗃️ 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";
|
home-manager.users.walkah = import "${dotfiles}/home.nix";
|
||||||
|
|
||||||
system.autoUpgrade.enable = false;
|
system.autoUpgrade.enable = false;
|
||||||
environment.systemPackages = with pkgs; [ ];
|
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||||
|
|
||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
ipfs = {
|
ipfs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -25,6 +25,8 @@ let
|
|||||||
in {
|
in {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [ 4001 ];
|
allowedTCPPorts = [ 4001 ];
|
||||||
allowedUDPPorts = [ 4001 ];
|
allowedUDPPorts = [ 4001 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user