1
0
Fork 0

add default for nextcloud apps config

This commit is contained in:
ibizaman 2024-01-05 15:34:13 -08:00
parent aa24403e8b
commit c22556ceb1

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 {