change te pgp lite

This commit is contained in:
stubbfel
2018-01-20 22:39:27 +01:00
parent 1d61891a7f
commit 2822d210cc

View File

@@ -2,14 +2,12 @@
{
services.nginx.virtualHosts."keys.stubbe.rocks" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://localhost:${toString config.services.sks.hkpPort}";
};
# services.nginx.virtualHosts."keys.stubbe.rocks" = {
# enableACME = true;
# forceSSL = true;
# locations."/".proxyPass = "http://localhost:${toString config.services.sks.hkpPort}";
# };
services.sks.enable = true;
services.sks.hkpAddress = [ "0.0.0.0"];
networking.firewall.allowedTCPPorts = [80 443 config.services.sks.hkpPort];
services.pgpkeyserver-lite.enable = true;
services.pgpkeyserver-lite.hostname = "keys.stubbe.rocks";
}