1
0
Fork 0

add default for nextcloud apps config

This commit is contained in:
ibizaman 2024-01-05 15:34:13 -08:00 committed by Pierre Penninckx
parent 6f28a72035
commit 8bd2e047b0

View file

@ -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 {