fix(sourcehut): use http for origin
Maybe this will force sourcehut to use http instad of https, which will allow me to sidestep the certificate problem?
This commit is contained in:
parent
933e10847f
commit
fc7c524e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ in
|
||||||
"sr.ht" = {
|
"sr.ht" = {
|
||||||
environment = "production";
|
environment = "production";
|
||||||
global-domain = "${sourcehut-fqdn}";
|
global-domain = "${sourcehut-fqdn}";
|
||||||
origin = "https://${sourcehut-fqdn}";
|
origin = "http://${sourcehut-fqdn}";
|
||||||
network-key = "/etc/nixos/secrets/sourcehut/network.key";
|
network-key = "/etc/nixos/secrets/sourcehut/network.key";
|
||||||
service-key = "/etc/nixos/secrets/sourcehut/service.key";
|
service-key = "/etc/nixos/secrets/sourcehut/service.key";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue