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;