server7/storage: add git+borg to systemPackages

This commit is contained in:
Astro 2020-04-23 18:46:35 +02:00
parent 461a5680fd
commit 4ee1e24064
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ name:
allowSFTP = true;
};
environment.systemPackages = with pkgs; [ git borgbackup ];
services.nginx = {
enable = true;
package = pkgs.nginx.override {