master
vuko 2020-11-08 19:33:05 +01:00
parent 1782db2898
commit 173d4a67b6
1 changed files with 13 additions and 0 deletions

View File

@ -414,8 +414,21 @@ in {
server_names_hash_bucket_size 64;
'';
security.acme = {
acceptTerms = true;
certs = {
"customs.hackerspace.pl" = {
email = "bofh@hackerspace.pl";
};
"at.hackerspace.pl" = {
email = "bofh@hackerspace.pl";
};
};
};
services.nginx.virtualHosts."customs.hackerspace.pl" = {
default = true;
enableACME = true;
locations."/metrics/luftdaten" = {
proxyPass = "http://10.8.0.146";