Merge pull request #190103 from kilianar/nixosTests.gitea

This commit is contained in:
Sandro 2022-09-09 23:36:03 +02:00 committed by GitHub
commit f58312c4da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;