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-08-26 21:40:19 +00:00
2019-09-08 23:38:31 +00:00
2019-10-12 22:25:28 +02:00
2019-06-07 13:02:51 +02:00
2019-10-05 00:40:44 +02:00
2019-10-12 22:25:28 +02:00
2019-10-25 16:19:41 +02:00
2019-10-12 22:25:28 +02:00
2019-10-28 05:07:27 +00:00
2019-10-28 05:07:27 +00:00
2018-06-30 03:02:58 +02:00
2019-10-12 22:25:28 +02:00
2019-04-29 14:05:50 +02:00
2019-10-25 17:51:09 +02:00
2019-10-12 22:25:28 +02:00
2019-11-19 23:59:26 +01:00
2019-09-19 19:17:30 +02:00
2019-10-28 21:34:55 +01:00
2019-08-26 21:40:19 +00:00
2019-09-17 00:22:56 +00:00
2019-09-08 23:38:31 +00:00
2019-09-22 18:48:07 +02:00
2019-11-03 17:24:08 +01:00
2019-09-17 00:23:51 +00:00
2019-10-12 22:25:28 +02:00
2019-10-12 22:25:28 +02:00
2019-08-31 18:19:00 +02:00
2019-09-09 12:24:39 -04:00