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
base: bbd4a0c1001a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e891178dde89
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 22, 2019

  1. nixos/nextcloud: write config to additional config file

    One of the main problems of the Nextcloud module is that it's currently
    not possible to alter e.g. database configuration after the initial
    setup as it's written by their imperative installer to a file.
    
    After some research[1] it turned out that it's possible to override all values
    with an additional config file. The documentation has been
    slightly updated to remain up-to-date, but the warnings should
    remain there as the imperative configuration is still used and may cause
    unwanted side-effects.
    
    Also simplified the postgresql test which uses `ensure{Databases,Users}` to
    configure the database.
    
    Fixes #49783
    
    [1] #49783 (comment)
    Ma27 committed Jul 22, 2019
    Copy the full SHA
    3944aa0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63900 from Ma27/nextcloud-declarative-dbconfig

    nixos/nextcloud: write config to additional config file
    globin committed Jul 22, 2019
    Copy the full SHA
    e891178 View commit details
    Browse the repository at this point in the history