remove Rabbi Gerzi ownership
This commit is contained in:
parent
b09be84f73
commit
4a489e90f3
5 changed files with 1 additions and 97 deletions
|
|
@ -25,7 +25,6 @@ in
|
|||
borgPrivateKey = secretFileOption "Borg repository SSH private key file.";
|
||||
forgejoMailerUser = secretFileOption "Forgejo SMTP username file.";
|
||||
forgejoMailerPassword = secretFileOption "Forgejo SMTP password file.";
|
||||
rabbiGerziEnvironment = secretFileOption "Rabbi Gerzi runtime dotenv file.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -62,25 +61,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
rabbi-gerzi = {
|
||||
enable = true;
|
||||
frontend = {
|
||||
hostName = "rabbigerzi.${domainName}";
|
||||
nginx = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
};
|
||||
backend = {
|
||||
hostName = "rabbigerziapi.${domainName}";
|
||||
environmentFile = cfg.secretFiles.rabbiGerziEnvironment;
|
||||
nginx = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nginx = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue