nixos: services: remove redundant subdomains
See previous commit for the defaults.
This commit is contained in:
parent
b7a4bc063f
commit
6948424b81
22 changed files with 1 additions and 30 deletions
|
|
@ -119,12 +119,10 @@ in
|
|||
my.services.nginx.virtualHosts = {
|
||||
# Proxy to Gitea
|
||||
git = {
|
||||
subdomain = "git";
|
||||
inherit (cfg) port;
|
||||
};
|
||||
# Redirect `gitea.` to actual forge subdomain
|
||||
gitea = {
|
||||
subdomain = "gitea";
|
||||
redirect = config.services.gitea.settings.server.ROOT_URL;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue