🗑️ clean up deprecations

This commit is contained in:
2025-11-12 13:47:47 -05:00
parent 9a95b1530f
commit 3fa91da656
3 changed files with 4 additions and 4 deletions

View File

@@ -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;