change var name of cloudflare secret file
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
defaults = {
|
defaults = {
|
||||||
email = "roydumblauskas@gmail.com";
|
email = "roydumblauskas@gmail.com";
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
credentialsFile = config.sops.secrets."cloudflare-credentials".path;
|
environmentFile = config.sops.secrets."cloudflare-credentials".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -43,11 +43,13 @@
|
|||||||
"roypository.com" = {
|
"roypository.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
acmeRoot = false;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
};
|
};
|
||||||
"*.roypository.com" = {
|
"*.roypository.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
acmeRoot = false;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -57,6 +59,7 @@
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
|
acmeRoot = false;
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:3000";
|
proxyPass = "http://localhost:3000";
|
||||||
|
|||||||
Reference in New Issue
Block a user