fix typo in homepage input

This commit is contained in:
Fabian Montero 2025-09-16 13:38:17 -06:00
parent 6ad6d29606
commit f4116460a3
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -56,7 +56,7 @@ in {
forceSSL = true;
enableACME = true;
locations = {
"/".root = "${pkgs.local.homepage}";
"/".root = "${pkgs.trivium.homepage}";
"/.well-known/openpgpkey/hu/".alias = "/var/public/wkd/";
};
};