mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
nixos/gitea: fix dump
This commit is contained in:
@@ -289,8 +289,9 @@ in
|
||||
runConfig = "${cfg.stateDir}/custom/conf/app.ini";
|
||||
secretKey = "${cfg.stateDir}/custom/conf/secret_key";
|
||||
in ''
|
||||
# Make sure that the stateDir exists, as well as the conf dir in there
|
||||
# Make sure that the stateDir exists, as well as the conf and log dir in there
|
||||
mkdir -p ${cfg.stateDir}/conf
|
||||
mkdir -p ${cfg.stateDir}/log
|
||||
|
||||
# copy custom configuration and generate a random secret key if needed
|
||||
${optionalString (cfg.useWizard == false) ''
|
||||
|
||||
Reference in New Issue
Block a user