From 81c5427706dbd31071c52600f7f1efd47bb07119 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 23 Aug 2020 08:23:45 -0300 Subject: Add git-annex package --- vps-configuration.env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 5434f5f..69ec93f 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -62,7 +62,7 @@ in { interfaces.ens3.useDHCP = true; }; - environment.systemPackages = with pkgs; [ vim git ]; + environment.systemPackages = with pkgs; [ vim git gitAndTools.git-annex ]; networking.firewall.allowedTCPPorts = [ # SSH: OpenSSH -- cgit v1.2.3