forked from hswaw/hscloud
cluster: disable nginx/acme
These are unused. Change-Id: I2a428dabd0a27c060c595f5e0843d7d8d8e26dcd
This commit is contained in:
parent
765e369255
commit
0d26fc9780
1 changed files with 0 additions and 17 deletions
|
@ -37,23 +37,6 @@ in rec {
|
|||
127.0.0.1 ${k8sapi}
|
||||
'';
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.certs = {
|
||||
host = {
|
||||
email = acmeEmail;
|
||||
domain = fqdn;
|
||||
webroot = services.nginx.virtualHosts.host.root;
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts.host = {
|
||||
serverName = fqdn;
|
||||
root = "/var/www/${fqdn}";
|
||||
};
|
||||
};
|
||||
|
||||
services.etcd = rec {
|
||||
enable = true;
|
||||
name = fqdn;
|
||||
|
|
Loading…
Reference in a new issue