Really closed registrations

This commit is contained in:
Julien Malka 2022-01-20 12:35:38 +01:00
parent 06a2c22a35
commit 8813ffb4f1
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
2 changed files with 22 additions and 22 deletions

View file

@ -57,7 +57,7 @@ in
"DRONE_DATABASE_DRIVER=postgres"
"DRONE_SERVER_PORT=:3030"
"DRONE_USER_CREATE=username:JulienMalka,admin:true"
"DRONE_REGISTRATION_CLOSED=false"
"DRONE_REGISTRATION_CLOSED=true"
];
ExecStart = "${pkgs.drone}/bin/drone-server";
User = drone;