mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
xz
This commit is contained in:
@@ -9,10 +9,6 @@ in
|
|||||||
{
|
{
|
||||||
users.users.nginx.extraGroups = [ "acme" ];
|
users.users.nginx.extraGroups = [ "acme" ];
|
||||||
services = {
|
services = {
|
||||||
certbot = {
|
|
||||||
enable = true;
|
|
||||||
agreeTerms = true;
|
|
||||||
};
|
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
@@ -21,6 +17,7 @@ in
|
|||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"immich.zeroq.ru" = {
|
"immich.zeroq.ru" = {
|
||||||
|
root = "/www/immich";
|
||||||
# 31.57.105.253
|
# 31.57.105.253
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user