From c22556ceb1ff75dde29885fa8d954496d35892db Mon Sep 17 00:00:00 2001 From: ibizaman Date: Fri, 5 Jan 2024 15:34:13 -0800 Subject: [PATCH] add default for nextcloud apps config --- modules/services/nextcloud-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/nextcloud-server.nix b/modules/services/nextcloud-server.nix index 99a229f..8f980a2 100644 --- a/modules/services/nextcloud-server.nix +++ b/modules/services/nextcloud-server.nix @@ -122,6 +122,7 @@ in 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. ''; + default = {}; type = lib.types.submodule { options = { onlyoffice = lib.mkOption {