fix: remove usage of obsolete gitea domain option
This commit is contained in:
parent
3bfb73efe9
commit
4929031ea5
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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."/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue