about summary refs log tree commit diff
path: root/nixos/tests/gitea.nix
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-09-07 09:42:30 +0200
committerkilianar <mail@kilianar.de>2022-09-07 09:51:45 +0200
commite9b99943ddf422f939dff594cbdd88b9e3f16fd5 (patch)
tree3dec77e3f36d8a1830a84fd02d67f5422b2708c3 /nixos/tests/gitea.nix
parentb7612601af7a3435fd65105756d608aaf1075fcf (diff)
nixosTests.gitea.*: adapt to option renaming
Diffstat (limited to 'nixos/tests/gitea.nix')
-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 037fc7b31bfa7..68a2566c11911 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;