nixosTests.gitea.*: adapt to option renaming

This commit is contained in:
kilianar 2022-09-07 09:42:30 +02:00
parent b7612601af
commit e9b99943dd

View File

@ -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;