try easystreet
This commit is contained in:
parent
be20822334
commit
bf8cc0713c
|
@ -46,9 +46,9 @@ with lib;
|
||||||
};
|
};
|
||||||
useFsLayout = true;
|
useFsLayout = true;
|
||||||
hierarchySeparator = "/";
|
hierarchySeparator = "/";
|
||||||
certificateScheme = "acme";
|
certificateScheme = "acme-nginx";
|
||||||
certificateFile = "/var/lib/acme/${fqdn}/fullchain.pem";
|
# certificateFile = "/var/lib/acme/${fqdn}/fullchain.pem";
|
||||||
keyFile = "/var/lib/acme/${fqdn}/key.pem";
|
# keyFile = "/var/lib/acme/${fqdn}/key.pem";
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"chris@cochrun.xyz" = {
|
"chris@cochrun.xyz" = {
|
||||||
hashedPasswordFile = "/home/chris/mailp";
|
hashedPasswordFile = "/home/chris/mailp";
|
||||||
|
@ -64,12 +64,12 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme = {
|
# security.acme = {
|
||||||
acceptTerms = true;
|
# acceptTerms = true;
|
||||||
defaults.email = "chris@cochrun.xyz";
|
# defaults.email = "chris@cochrun.xyz";
|
||||||
certs.${fqdn} = {
|
# certs.${fqdn} = {
|
||||||
webroot = "/var/lib/acme/acme-challenge/";
|
# webroot = "/var/lib/acme/acme-challenge/";
|
||||||
# dnsProvider = "namecheap";
|
# # dnsProvider = "namecheap";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue