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: 359e6446efcf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fce01d8f5efd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2019

  1. nixos/nextcloud: add occ in path of nextcloud-setup

    This makes possible to use nextcloud-occ for setting extra
    configuration options.
    
    Example:
    
      systemd.services.nextcloud-setup = {
        script = mkAfter ''
          nextcloud-occ config:system:set redis 'host' --value '/var/run/redis/redis.sock' --type string
          nextcloud-occ config:system:set redis 'port' --value 0 --type integer
        '';
      };
    eonpatapon committed Nov 19, 2019
    Copy the full SHA
    4ea4408 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Merge pull request #73788 from eonpatapon/nextcloud-occ

    nixos/nextcloud: add occ in path of nextcloud-setup
    Ma27 committed Nov 22, 2019
    Copy the full SHA
    fce01d8 View commit details
    Browse the repository at this point in the history