about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-09-09 23:36:03 +0200
committerGitHub <noreply@github.com>2022-09-09 23:36:03 +0200
commitf58312c4da47e0de163a96cd95bb2b3d985a0683 (patch)
tree98168497da0e3d1eb5398f1faafbf45896b829fa
parent87869788b9f694a4e3d4cb6345bd4296330ab71d (diff)
parente9b99943ddf422f939dff594cbdd88b9e3f16fd5 (diff)
downloadnixlib-f58312c4da47e0de163a96cd95bb2b3d985a0683.tar
nixlib-f58312c4da47e0de163a96cd95bb2b3d985a0683.tar.gz
nixlib-f58312c4da47e0de163a96cd95bb2b3d985a0683.tar.bz2
nixlib-f58312c4da47e0de163a96cd95bb2b3d985a0683.tar.lz
nixlib-f58312c4da47e0de163a96cd95bb2b3d985a0683.tar.xz
nixlib-f58312c4da47e0de163a96cd95bb2b3d985a0683.tar.zst
nixlib-f58312c4da47e0de163a96cd95bb2b3d985a0683.zip
Merge pull request #190103 from kilianar/nixosTests.gitea
-rw-r--r--nixos/tests/gitea.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gitea.nix b/nixos/tests/gitea.nix
index 037fc7b31bfa..68a2566c1191 100644
--- a/nixos/tests/gitea.nix
+++ b/nixos/tests/gitea.nix
@@ -18,7 +18,7 @@ let
         services.gitea = {
           enable = true;
           database = { inherit type; };
-          disableRegistration = true;
+          settings.service.DISABLE_REGISTRATION = true;
         };
         environment.systemPackages = [ pkgs.gitea pkgs.jq ];
         services.openssh.enable = true;