diff --git a/services/sks.nix b/services/sks.nix index 89f425c..195094a 100644 --- a/services/sks.nix +++ b/services/sks.nix @@ -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"; }