mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
nixosTests.gitea.*: adapt to option renaming
This commit is contained in:
parent
b7612601af
commit
e9b99943dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user