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:
Khaïs COLIN 2024-08-11 12:16:40 +02:00
parent 933e10847f
commit fc7c524e0b

View file

@ -260,7 +260,7 @@ in
"sr.ht" = {
environment = "production";
global-domain = "${sourcehut-fqdn}";
origin = "https://${sourcehut-fqdn}";
origin = "http://${sourcehut-fqdn}";
network-key = "/etc/nixos/secrets/sourcehut/network.key";
service-key = "/etc/nixos/secrets/sourcehut/service.key";
};