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
|
|
@ -30,7 +30,6 @@ in
|
|||
|
||||
my.services.nginx.virtualHosts = {
|
||||
jackett = {
|
||||
subdomain = "jackett";
|
||||
port = jackettPort;
|
||||
};
|
||||
};
|
||||
|
|
@ -43,7 +42,6 @@ in
|
|||
|
||||
my.services.nginx.virtualHosts = {
|
||||
nzbhydra = {
|
||||
subdomain = "nzbhydra";
|
||||
port = nzbhydraPort;
|
||||
};
|
||||
};
|
||||
|
|
@ -56,7 +54,6 @@ in
|
|||
|
||||
my.services.nginx.virtualHosts = {
|
||||
prowlarr = {
|
||||
subdomain = "prowlarr";
|
||||
port = prowlarrPort;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue