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-11-09 21:33:49 +00:00
2019-11-11 17:10:41 -05:00
2019-11-11 20:46:32 +00:00
2019-11-18 09:24:35 +01:00
2019-11-11 17:07:42 +01:00
2019-11-08 04:13:58 +00:00
2019-11-13 23:51:34 +01:00
2019-11-19 23:59:26 +01:00
2019-11-19 22:13:17 +01:00
2019-10-26 13:26:01 +02:00
2019-11-14 05:39:47 +01:00
2019-11-14 16:06:27 +01:00
2019-11-06 12:02:35 -05:00