1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-09 03:55:44 +03:00

nixos/nextcloud: services.nextcloud.occ is not internal

This option is actually useful when having a systemd unit invoking
`nextcloud-occ`, then you want to do something like

    path = [ config.services.nextcloud.occ ]

This is possible today, but not documented (and the option completion
from nil doesn't pick it up as a result).
This commit is contained in:
Maximilian Bosch 2024-06-22 18:38:04 +02:00
parent e2a6227705
commit ab9b8f8cf4
No known key found for this signature in database

View file

@ -642,7 +642,6 @@ in {
type = types.package;
default = occ;
defaultText = literalMD "generated script";
internal = true;
description = ''
The nextcloud-occ program preconfigured to target this Nextcloud instance.
'';