Compare commits
2 Commits
d63b70866f
...
6e72d44b2d
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e72d44b2d | |||
| f9dde7f1ac |
@@ -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
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
1
vars/shared/acme/email/value
Normal file
1
vars/shared/acme/email/value
Normal file
@@ -0,0 +1 @@
|
|||||||
|
contact@lmvhaus.com
|
||||||
Reference in New Issue
Block a user