diff --git a/mastodon-container.nix b/mastodon-container.nix index 5fdbb78..fb8b89a 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -105,7 +105,7 @@ in { configuration = { boot.tmp.useTmpfs = true; system.nssModules = mkForce [ ]; - environment.systemPackages = with pkgs; [ nmap telnet ]; + environment.systemPackages = with pkgs; [ nmap inetutils ]; services = { nscd.enable = false; postgresql.enable = true;