formatting, warning fixes

This commit is contained in:
mjallen18
2025-11-19 16:46:06 -06:00
parent 2eb2e902b2
commit 3f3641bf3d
8 changed files with 24 additions and 17 deletions

View File

@@ -81,12 +81,12 @@ in
${hostAddress} host.containers protonmail-bridge
'';
# services.nginx.virtualHosts."cloud.mjallen.dev".listen = [
# {
# addr = "0.0.0.0";
# port = 8080;
# }
# ];
# services.nginx.virtualHosts."cloud.mjallen.dev".listen = [
# {
# addr = "0.0.0.0";
# port = 8080;
# }
# ];
services = {
nextcloud = {

View File

@@ -16,7 +16,12 @@ in
};
config = lib.mkIf cfg.enable {
services.nginx.virtualHosts."office.mjallen.dev".listen = [ { addr = "0.0.0.0"; port = 9943; } ];
services.nginx.virtualHosts."office.mjallen.dev".listen = [
{
addr = "0.0.0.0";
port = 9943;
}
];
services.onlyoffice = {
enable = true;
port = 9943;

View File

@@ -262,12 +262,12 @@ in
# };
http = {
serversTransports = {
attich1 = {
serverName = "localhost";
disableHTTP2 = true;
};
serverName = "localhost";
disableHTTP2 = true;
};
};
middlewares = {