From cc292f587c049f85beb877a708adeb618fb7909f Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 18 Jan 2024 22:51:13 -0800 Subject: [PATCH] Telnet isn't a pkgs. Use inetutils. --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;