This commit is contained in:
glenn 2025-01-16 09:18:32 +01:00
parent 5f7cb33867
commit 4ec7f2f88c

View file

@ -140,9 +140,9 @@ in {
hostname = "office.sondell.org"; hostname = "office.sondell.org";
jwtSecretFile = "/etc/nixos/.secrets/onlyoffice.jwt"; jwtSecretFile = "/etc/nixos/.secrets/onlyoffice.jwt";
}; };
# services.nginx.virtualHosts."office.sondell.org" = { services.nginx.virtualHosts."office.sondell.org" = {
# forceSSL = true; # forceSSL = true;
# enableACME = true; # enableACME = true;
# # locations."/".proxyPass = "http://12:8123"; # locations."/".proxyPass = "http://localhost:8123";
# }; };
} }