diff options
author | Emile <git@emile.space> | 2024-07-21 17:56:44 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:56:44 +0200 |
commit | f07d264774911edef2ee8207b88ec851dbc6d43e (patch) | |
tree | 750cb894b883110ef1fe052c63e645b56239fc2f | |
parent | 6fb210b994e16d76cec3d61fb1f5def7324665e9 (diff) |
(tools): adding some tools to the nas
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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; |