From f07d264774911edef2ee8207b88ec851dbc6d43e Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:56:44 +0200 Subject: (tools): adding some tools to the nas --- nix/hosts/lampadas/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nix/hosts') diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index 8d7558a..eb9f2ba 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -95,7 +95,10 @@ in { "d /data/time_machine 0755 emile users" ]; - environment.systemPackages = with pkgs; [ vim tailscale ]; + environment.systemPackages = with pkgs; [ + vim tailscale + nmap ffuf git unzip + ]; programs.mosh.enable = true; -- cgit 1.4.1