2 Commits

Author SHA1 Message Date
6e72d44b2d mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/b4l/configuration.nix
2025-11-27 17:50:07 +07:00
f9dde7f1ac Update vars via generator acme for machine b4l 2025-11-27 17:50:02 +07:00
2 changed files with 15 additions and 0 deletions

View File

@@ -19,4 +19,18 @@
services.nginx.virtualHosts."${config.networking.fqdn}" = { services.nginx.virtualHosts."${config.networking.fqdn}" = {
enableACME = true; enableACME = true;
}; };
clan.core.vars.generators.acme = {
share = true;
files.email.secret = false;
prompts.email = {
type = "line";
description = "Email for ACME registeration";
};
script = ''
cat $prompts/email > $out/email
'';
};
} }

View File

@@ -0,0 +1 @@
contact@lmvhaus.com