diff options
| author | EuAndreh <eu@euandre.org> | 2020-08-23 08:23:45 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-08-23 08:23:45 -0300 |
| commit | 81c5427706dbd31071c52600f7f1efd47bb07119 (patch) | |
| tree | 1b2f0f5f86aa73f8c33ff8a97a5c753a56fab66f | |
| parent | Use fold to mkdir and chmod all data folders (diff) | |
| download | server-81c5427706dbd31071c52600f7f1efd47bb07119.tar.gz server-81c5427706dbd31071c52600f7f1efd47bb07119.tar.xz | |
Add git-annex package
| -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 |
