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