diff options
author | Ben Sima <ben@bsima.me> | 2022-11-12 15:43:17 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-12 15:43:17 -0500 |
commit | a4e5f66ccaffff99c7520a888a1dab18db2bdf16 (patch) | |
tree | a994263578d0231a7eeee78525a08c347ca5bff8 /Biz/Cloud/Web.nix | |
parent | c23e7bfd433c8d838f56fa3283a78316cb6e1112 (diff) |
Deploy gerrit
Diffstat (limited to 'Biz/Cloud/Web.nix')
-rw-r--r-- | Biz/Cloud/Web.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 747a58d..cd2e745 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -16,6 +16,7 @@ in ports.gemini ports.radicale ports.znc + ports.gerrit-ssh ]; }; @@ -238,5 +239,6 @@ in "youtube" "www.youtube" "sd" + "gerrit" ]; } |