mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: nginx test
This commit is contained in:
parent
36c407f268
commit
e8c8e63e5a
2 changed files with 2 additions and 1 deletions
|
@ -83,4 +83,5 @@ in {
|
||||||
sopsSecrets
|
sopsSecrets
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
users.users.nginx.extraGroups = ["acme"];
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ in {
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts.${host} = {
|
virtualHosts.${host} = {
|
||||||
enableSSL = true;
|
onlySSL = true;
|
||||||
sslCertificate = ssl.cert;
|
sslCertificate = ssl.cert;
|
||||||
sslCertificateKey = ssl.key;
|
sslCertificateKey = ssl.key;
|
||||||
listen = [
|
listen = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue