Jean-Philippe Braun 4ea4408b9c 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
    '';
  };
2019-11-19 23:59:26 +01:00
..
2019-10-12 22:25:28 +02:00
2019-11-13 15:38:46 +00:00
2019-11-08 15:38:06 +01:00
2019-10-12 22:25:28 +02:00
2019-11-19 07:13:19 +01:00
2019-10-28 16:48:34 +01:00
2019-09-07 13:24:24 +01:00
2019-09-02 23:25:24 +02:00
2019-08-26 21:40:19 +00:00
2019-11-18 23:25:17 +01:00