add default for nextcloud apps config
This commit is contained in:
parent
6f28a72035
commit
8bd2e047b0
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ in
|
||||||
through the UI. You can still make changes but they will be overridden on next deploy. You
|
through the UI. You can still make changes but they will be overridden on next deploy. You
|
||||||
can still install and configure other apps through the UI.
|
can still install and configure other apps through the UI.
|
||||||
'';
|
'';
|
||||||
|
default = {};
|
||||||
type = lib.types.submodule {
|
type = lib.types.submodule {
|
||||||
options = {
|
options = {
|
||||||
onlyoffice = lib.mkOption {
|
onlyoffice = lib.mkOption {
|
||||||
|
|
Loading…
Reference in a new issue