diff --git a/void.nix b/void.nix index f5c848e..39fa814 100644 --- a/void.nix +++ b/void.nix @@ -363,22 +363,22 @@ "jellyfin.005540.xyz" = { locations."/".proxyPass = "http://localhost:8096"; enableACME = true; - addSSL = true; + forceSSL = true; }; "forgejo.005540.xyz" = { locations."/".proxyPass = "http://localhost:3000"; enableACME = true; - addSSL = true; + forceSSL = true; }; "miniflux.005540.xyz" = { locations."/".proxyPass = "http://localhost:8700"; enableACME = true; - addSSL = true; + forceSSL = true; }; "paperless.005540.xyz" = { locations."/".proxyPass = "http://localhost:28981"; enableACME = true; - addSSL = true; + forceSSL = true; }; "immich.005540.xyz" = { locations."/".proxyPass = "http://localhost:2283"; @@ -390,19 +390,19 @@ send_timeout 600s; ''; enableACME = true; - addSSL = true; + forceSSL = true; }; "audiobookshelf.005540.xyz" = { locations."/".proxyPass = "http://localhost:8000"; locations."/".proxyWebsockets = true; enableACME = true; - addSSL = true; + forceSSL = true; }; "victorialogs.005540.xyz" = { locations."/".proxyPass = "http://localhost:9428"; locations."/".basicAuthFile = "/etc/nixos/secrets/victorialogs/basicauth"; enableACME = true; - addSSL = true; + forceSSL = true; }; "nextcloud.005540.xyz" = { enableACME = true;