From de34f30e6832bcaef457af8d085a648b6866afe3 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 21 May 2024 09:42:57 +0200 Subject: [PATCH] adde some tools to the server --- fileserver/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileserver/configuration.nix b/fileserver/configuration.nix index 651b11a..55c5f3e 100644 --- a/fileserver/configuration.nix +++ b/fileserver/configuration.nix @@ -70,7 +70,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - emacs zfs + emacs zfs htop bottom fastfetch tmux wget curl git ];