Really closed registrations

This commit is contained in:
Julien Malka 2022-01-20 12:35:38 +01:00
parent 4b08e63857
commit 2513910878
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;