From dae40cc82d46192e2e7ad5a096b55f9bec6a7a90 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 19 Jan 2024 09:23:30 -0800 Subject: [PATCH] nmap is useless, maybe I can use dig --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index fb8b89a..cf25ad6 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 inetutils ]; + environment.systemPackages = with pkgs; [ dig inetutils ]; services = { nscd.enable = false; postgresql.enable = true;