From 3fa91da656108da565f9bf6ee18f1643a8e2ce4e Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 12 Nov 2025 13:47:47 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20clean=20up=20deprecatio?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/hosts/plato/configuration.nix | 4 ++-- nix/hosts/socrates/configuration.nix | 2 +- nix/modules/ipfs/gateway.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/hosts/plato/configuration.nix b/nix/hosts/plato/configuration.nix index d424183..8b0a514 100644 --- a/nix/hosts/plato/configuration.nix +++ b/nix/hosts/plato/configuration.nix @@ -63,7 +63,7 @@ in environment.systemPackages = with pkgs; [ cifs-utils - pinentry + pinentry-curses weechat ]; fileSystems = { @@ -132,7 +132,7 @@ in services = { avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; publish = { enable = true; diff --git a/nix/hosts/socrates/configuration.nix b/nix/hosts/socrates/configuration.nix index 703e71d..609c16a 100644 --- a/nix/hosts/socrates/configuration.nix +++ b/nix/hosts/socrates/configuration.nix @@ -53,7 +53,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0mE4MyMnfd1b2nlBJT7kpZ6Vov+ILuGNfzdp5ZBNQe walkah@walkah.net" ]; - environment.systemPackages = with pkgs; [ ipfs-migrator ]; + environment.systemPackages = with pkgs; [ kubo-migrator ]; walkah.coredns = { enable = true; diff --git a/nix/modules/ipfs/gateway.nix b/nix/modules/ipfs/gateway.nix index e2f40ff..5825572 100644 --- a/nix/modules/ipfs/gateway.nix +++ b/nix/modules/ipfs/gateway.nix @@ -26,7 +26,7 @@ in { imports = [ ./default.nix ]; - environment.systemPackages = with pkgs; [ ipfs-migrator ]; + environment.systemPackages = with pkgs; [ kubo-migrator ]; environment.etc = { "ipfs/denylists/badbits.deny".source = ./badbits.deny;