hydra: fix url
This commit is contained in:
parent
e1b806940d
commit
13d0a2e1f7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in {
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"hydra.nix-community.com" = {
|
"hydra.nix-community.org" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue