cleanup sks config

This commit is contained in:
stubbfel
2018-01-20 23:30:54 +01:00
parent 2822d210cc
commit 031e6cf148

View File

@@ -2,12 +2,15 @@
{
# 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;
};
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";
}