add sks sevre
This commit is contained in:
@@ -10,5 +10,6 @@
|
||||
./nextcloud.nix
|
||||
./news2kindle.nix
|
||||
./resilio.nix
|
||||
./sks.nix
|
||||
];
|
||||
}
|
||||
|
||||
12
services/sks.nix
Normal file
12
services/sks.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.nginx.virtualHosts."keys.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.sks.hkpPort}";
|
||||
};
|
||||
|
||||
services.sks.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user