Skip to content
Commit 4ea4408b authored by Jean-Philippe Braun's avatar Jean-Philippe Braun
Browse files

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
    '';
  };
parent 687debc4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment