remove Rabbi Gerzi ownership

This commit is contained in:
Yisroel Baum 2026-08-01 22:15:52 +03:00
parent b09be84f73
commit 4a489e90f3
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 1 additions and 97 deletions

View file

@ -6,8 +6,6 @@ This flake owns the production NixOS configuration for the web services under
- the MyResume package at `yisroelbaum.com`;
- Jellyfin at `jellyfin.yisroelbaum.com`;
- Forgejo at `git.yisroelbaum.com`, including its Borg backup;
- Rabbi Gerzi at `rabbigerzi.yisroelbaum.com` and
`rabbigerziapi.yisroelbaum.com`;
- nginx and per-host ACME certificates for those endpoints.
The importing host remains responsible for provisioning secrets. Import
@ -22,7 +20,6 @@ services.yisroelbaum-web = {
borgPrivateKey = "/run/secrets/borg-private-key";
forgejoMailerUser = "/run/secrets/forgejo-mailer-user";
forgejoMailerPassword = "/run/secrets/forgejo-mailer-password";
rabbiGerziEnvironment = "/run/secrets/rabbi-gerzi.env";
};
};
```