fix: remove usage of obsolete gitea domain option

This commit is contained in:
Jacob Bachmann 2024-09-12 14:15:53 +02:00
parent 3bfb73efe9
commit 4929031ea5
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
answer = "192.168.2.40"; answer = "192.168.2.40";
} }
{ {
domain = config.services.gitea.domain; domain = config.services.gitea.settings.server.DOMAIN;
answer = "192.168.2.40"; answer = "192.168.2.40";
} }
{ {

View file

@ -18,7 +18,7 @@
proxyPass = "http://127.0.0.1:8001"; proxyPass = "http://127.0.0.1:8001";
}; };
}; };
virtualHosts."${config.services.gitea.domain}" = { virtualHosts."${config.services.gitea.settings.server.DOMAIN}" = {
useACMEHost = "dryb.org"; useACMEHost = "dryb.org";
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {