mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +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:
parent
e2a6227705
commit
ab9b8f8cf4
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue