diff options
| -rw-r--r-- | vps-configuration.env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
