sombrero: Add nginx module

This commit is contained in:
Alexander Heldt
2023-10-22 20:26:39 +02:00
parent 1c5ce3f93c
commit f1a9bfae16
4 changed files with 43 additions and 14 deletions

View File

@@ -73,24 +73,12 @@
firewall = {
allowedTCPPorts = [
80
443
1122 # ssh
];
};
};
security.acme.acceptTerms = true;
security.acme.defaults.email = "alex@a2x.se";
services = {
nginx = {
enable = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
};
openssh = {
enable = true;
ports = [ 1122 ];
@@ -183,6 +171,7 @@
mod = {
docker.enable = true;
nginx.enable = true;
syncthing.enable = true;
plex.enable = true;
calibre-web.enable = true;