Unverified Commit 70b7278e authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

nixos/weblate: fix NixOS test (#491275)

parents f42f43f6 1891da5c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -247,7 +247,6 @@ in
        locations = {
          "= /favicon.ico".alias = "${finalPackage}/${python.sitePackages}/weblate/static/favicon.ico";
          "/static/".alias = "${finalPackage.static}/";
          "/media/".alias = "/var/lib/weblate/media/";
          "/".proxyPass = "http://unix:///run/weblate.socket";
        };
      };
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ in
      environment.etc."xdg/weblate".text = ''
        [weblate]
        url = https://${serverDomain}/api/
        key = ${apiToken}
        [keys]
        https://${serverDomain}/api/ = ${apiToken}
      '';

      networking.hosts."${nodes.server.networking.primaryIPAddress}" = [ "${serverDomain}" ];
+3 −4
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
  pythonRelaxDeps = [
    "certifi"
    "crispy-bootstrap5"
    "urllib3"
  ];

  dependencies =
@@ -123,9 +122,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
      django-cors-headers
      django-crispy-forms
      django-filter
      django-redis
      django-otp
      django-otp-webauthn
      django-otp
      django-redis
      django
      djangorestframework-csv
      djangorestframework
@@ -157,6 +156,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
      qrcode
      rapidfuzz
      redis
      regex
      requests
      ruamel-yaml
      sentry-sdk
@@ -188,7 +188,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
      aliyun-python-sdk-core
    ];
    amazon = [ boto3 ];
    # antispam = [ python-akismet ];
    # gelf = [ logging-gelf ];
    # gerrit = [ git-review ];
    google = [