🗑️ 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

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

View File

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

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;