Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73aec98c72eb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdf5764e79c3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 21, 2019

  1. nixos/gitea: fix dump

    c0deaddict committed Sep 21, 2019
    Copy the full SHA
    fa17793 View commit details
  2. Merge pull request #69201 from c0deaddict/release-19.03

    nixos/gitea: fix dump
    etu authored Sep 21, 2019
    Copy the full SHA
    fdf5764 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 nixos/modules/services/misc/gitea.nix
3 changes: 2 additions & 1 deletion nixos/modules/services/misc/gitea.nix
Original file line number Diff line number Diff line change
@@ -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) ''