From 1b76ec20b4c443d686281db187473bdf43dc8e7b Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 10 May 2026 11:59:37 +0200 Subject: [PATCH] fix --- modules/server/containers/defs/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/defs/nextcloud.nix b/modules/server/containers/defs/nextcloud.nix index f54cbf2..4dbba83 100644 --- a/modules/server/containers/defs/nextcloud.nix +++ b/modules/server/containers/defs/nextcloud.nix @@ -136,7 +136,7 @@ in { $OCC config:app:set theming url --value="https://${containerCfg.subdomain}.${serverCfg.hostDomain}" ${lib.optionalString (containerCfg.extra ? name) ''$OCC config:app:set theming name --value="${containerCfg.extra.name}"''} ${lib.optionalString (containerCfg.extra ? slogan) ''$OCC config:app:set theming slogan --value="${containerCfg.extra.slogan}"''} - $OCC config:app:set theming color --value="${serverCfg.colorScheme.palette}" + $OCC config:app:set theming color --value="${serverCfg.colorScheme}" #$OCC theming:config logo {serverCfg.colorScheme.logo} #$OCC theming:config logoheader {serverCfg.colorScheme.logo}